Test: muted testStaleMasterNotHijackingMajority

This commit is contained in:
Martijn van Groningen 2015-03-04 15:07:59 +01:00
parent 010493682c
commit f81805d7d3
1 changed files with 1 additions and 0 deletions

View File

@ -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.