test: quiet netty integ test
This commit is contained in:
parent
bbf42d379d
commit
1b3cd504a5
|
@ -18,6 +18,7 @@
|
|||
*/
|
||||
package org.elasticsearch.transport.netty;
|
||||
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse;
|
||||
import org.elasticsearch.action.admin.cluster.health.ClusterHealthStatus;
|
||||
import org.elasticsearch.action.admin.cluster.node.info.NodeInfo;
|
||||
|
@ -38,6 +39,7 @@ import static org.elasticsearch.test.ESIntegTestCase.Scope;
|
|||
import static org.hamcrest.Matchers.*;
|
||||
|
||||
@ClusterScope(scope = Scope.SUITE, numDataNodes = 1, numClientNodes = 0)
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/12788")
|
||||
public class NettyTransportMultiPortIntegrationIT extends ESIntegTestCase {
|
||||
|
||||
private static int randomPort = -1;
|
||||
|
|
Loading…
Reference in New Issue