test: quiet netty integ test

This commit is contained in:
Ryan Ernst 2015-08-10 16:57:02 -07:00
parent bbf42d379d
commit 1b3cd504a5
1 changed files with 2 additions and 0 deletions

View File

@ -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;