From 72ed01c304b75aaadb17d7b1ebd6d7dc391c8be9 Mon Sep 17 00:00:00 2001 From: Ali Beyad Date: Tue, 1 Mar 2016 14:04:04 -0500 Subject: [PATCH] Add AwaitsFix annotation to the sporadically failing test DiscoveryWithServiceDisruptionIT.testIndicesDeleted pending a fix for that test (see issue #16890). --- .../discovery/DiscoveryWithServiceDisruptionsIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/test/java/org/elasticsearch/discovery/DiscoveryWithServiceDisruptionsIT.java b/core/src/test/java/org/elasticsearch/discovery/DiscoveryWithServiceDisruptionsIT.java index 6caf0846344..d2aa7dc311d 100644 --- a/core/src/test/java/org/elasticsearch/discovery/DiscoveryWithServiceDisruptionsIT.java +++ b/core/src/test/java/org/elasticsearch/discovery/DiscoveryWithServiceDisruptionsIT.java @@ -1075,6 +1075,7 @@ public class DiscoveryWithServiceDisruptionsIT extends ESIntegTestCase { * Tests that indices are properly deleted even if there is a master transition in between. * Test for https://github.com/elastic/elasticsearch/issues/11665 */ + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/16890") public void testIndicesDeleted() throws Exception { configureUnicastCluster(3, null, 2); InternalTestCluster.Async> masterNodes = internalCluster().startMasterOnlyNodesAsync(2);