muted test

Original commit: elastic/x-pack-elasticsearch@112546cad9
This commit is contained in:
Martijn van Groningen 2015-08-31 12:58:10 +02:00
parent 677cf7e573
commit b79be0db42
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
*/
package org.elasticsearch.shield.transport;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.cluster.ClusterService;
import org.elasticsearch.cluster.node.DiscoveryNode;
import org.elasticsearch.common.inject.AbstractModule;
@ -43,6 +44,7 @@ import static org.mockito.Mockito.*;
*
*/
@ClusterScope(scope = SUITE, numDataNodes = 0)
@LuceneTestCase.AwaitsFix(bugUrl = "fails because the test infrastructure already registers a transport service (InternalTestCluster#getPlugins()) and there for the transport service used here can't be registered")
public class TransportFilterTests extends ESIntegTestCase {
@Override