Mute tests for #60321

This commit is contained in:
David Turner 2020-07-28 18:12:21 +01:00
parent 46f9c38c33
commit 9c62b5cb96
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@ package org.elasticsearch.transport.netty4;
import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.LogManager;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.ESNetty4IntegTestCase;
import org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest;
import org.elasticsearch.common.logging.Loggers;
@ -34,6 +35,7 @@ import org.elasticsearch.transport.TransportLogger;
import java.io.IOException;
@ESIntegTestCase.ClusterScope(numDataNodes = 2)
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/60321")
public class ESLoggingHandlerIT extends ESNetty4IntegTestCase {
private MockLogAppender appender;

View File

@ -21,6 +21,7 @@ package org.elasticsearch.transport.nio;
import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.LogManager;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.NioIntegTestCase;
import org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsRequest;
import org.elasticsearch.common.logging.Loggers;
@ -34,6 +35,7 @@ import org.elasticsearch.transport.TransportLogger;
import java.io.IOException;
@ESIntegTestCase.ClusterScope(numDataNodes = 2)
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/60321")
public class NioTransportLoggingIT extends NioIntegTestCase {
private MockLogAppender appender;