[TEST] Mute CircuitBreakerServiceTests.testMemoryBreaker

Relates to #8710
This commit is contained in:
Simon Willnauer 2014-11-29 20:06:23 +01:00
parent d7d937300a
commit 539faf4e65
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
package org.elasticsearch.indices.memory.breaker;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.ExceptionsHelper;
import org.elasticsearch.action.admin.cluster.node.stats.NodeStats;
import org.elasticsearch.action.admin.cluster.node.stats.NodesStatsResponse;
@ -104,6 +105,7 @@ public class CircuitBreakerServiceTests extends ElasticsearchIntegrationTest {
}
@Test
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elasticsearch/elasticsearch/issues/8710")
public void testMemoryBreaker() throws Exception {
if (noopBreakerUsed()) {
logger.info("--> noop breakers used, skipping test");