From f81805d7d3e5b7e7013d7ec974e5afedceee7cce Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Wed, 4 Mar 2015 15:07:59 +0100 Subject: [PATCH] Test: muted testStaleMasterNotHijackingMajority --- .../discovery/DiscoveryWithServiceDisruptionsTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/org/elasticsearch/discovery/DiscoveryWithServiceDisruptionsTests.java b/src/test/java/org/elasticsearch/discovery/DiscoveryWithServiceDisruptionsTests.java index 094d3bf70d1..69318598896 100644 --- a/src/test/java/org/elasticsearch/discovery/DiscoveryWithServiceDisruptionsTests.java +++ b/src/test/java/org/elasticsearch/discovery/DiscoveryWithServiceDisruptionsTests.java @@ -594,6 +594,7 @@ public class DiscoveryWithServiceDisruptionsTests extends ElasticsearchIntegrati * them from following the stale master. */ @Test + @LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elasticsearch/elasticsearch/pull/9963") public void testStaleMasterNotHijackingMajority() throws Exception { // TODO: on mac OS multicast threads are shared between nodes and we therefore we can't simulate GC and stop pinging for just one node // find a way to block thread creation in the generic thread pool to avoid this.