From 90ce5076e18692fea7e82bd6eacb32d7902bf293 Mon Sep 17 00:00:00 2001 From: Britta Weber Date: Sat, 3 Jan 2015 18:40:19 +0100 Subject: [PATCH] [TEST] mute ExceptionRetryTests --- .../java/org/elasticsearch/index/store/ExceptionRetryTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/java/org/elasticsearch/index/store/ExceptionRetryTests.java b/src/test/java/org/elasticsearch/index/store/ExceptionRetryTests.java index 971bc62994550..b9455dd1a4dc6 100644 --- a/src/test/java/org/elasticsearch/index/store/ExceptionRetryTests.java +++ b/src/test/java/org/elasticsearch/index/store/ExceptionRetryTests.java @@ -20,6 +20,7 @@ import com.google.common.collect.Iterables; import com.google.common.collect.Lists; +import org.apache.lucene.util.LuceneTestCase; import org.elasticsearch.action.admin.cluster.node.stats.NodeStats; import org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse; import org.elasticsearch.action.bulk.BulkItemResponse; @@ -66,6 +67,7 @@ protected Settings nodeSettings(int nodeOrdinal) { * see https://github.com/elasticsearch/elasticsearch/issues/8788 */ @Test + @LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elasticsearch/elasticsearch/issues/8788") public void testRetryDueToExceptionOnNetworkLayer() throws ExecutionException, InterruptedException, IOException { final AtomicBoolean exceptionThrown = new AtomicBoolean(false); int numDocs = scaledRandomIntBetween(100, 1000);