[Tests] Disabling testAckedIndexing
The test is currently unstable and needs some more work
This commit is contained in:
parent
a7a61a0392
commit
1af82fd96a
|
@ -20,6 +20,7 @@
|
||||||
package org.elasticsearch.discovery;
|
package org.elasticsearch.discovery;
|
||||||
|
|
||||||
import com.google.common.base.Predicate;
|
import com.google.common.base.Predicate;
|
||||||
|
import org.apache.lucene.util.LuceneTestCase;
|
||||||
import org.elasticsearch.ElasticsearchException;
|
import org.elasticsearch.ElasticsearchException;
|
||||||
import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse;
|
import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse;
|
||||||
import org.elasticsearch.action.get.GetResponse;
|
import org.elasticsearch.action.get.GetResponse;
|
||||||
|
@ -364,7 +365,7 @@ public class DiscoveryWithNetworkFailuresTests extends ElasticsearchIntegrationT
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
// @LuceneTestCase.AwaitsFix(bugUrl = "MvG will fix")
|
@LuceneTestCase.AwaitsFix(bugUrl = "needs some more work to stabilize")
|
||||||
@TestLogging("action.index:TRACE,action.get:TRACE,discovery:TRACE,cluster.service:TRACE,indices.recovery:TRACE,indices.cluster:TRACE")
|
@TestLogging("action.index:TRACE,action.get:TRACE,discovery:TRACE,cluster.service:TRACE,indices.recovery:TRACE,indices.cluster:TRACE")
|
||||||
public void testAckedIndexing() throws Exception {
|
public void testAckedIndexing() throws Exception {
|
||||||
final List<String> nodes = internalCluster().startNodesAsync(3, nodeSettings).get();
|
final List<String> nodes = internalCluster().startNodesAsync(3, nodeSettings).get();
|
||||||
|
|
Loading…
Reference in New Issue