[TEST] Mute CircuitBreakerServiceTests.testMemoryBreaker
Relates to #8710
This commit is contained in:
parent
d7d937300a
commit
539faf4e65
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue