[TEST] mute test for now, we have an issue for it
https://github.com/elastic/elasticsearch/issues/18325
This commit is contained in:
parent
0d5a2f25d3
commit
d3efe37814
|
@ -214,6 +214,7 @@ public class CircuitBreakerServiceIT extends ESIntegTestCase {
|
||||||
* Test that a breaker correctly redistributes to a different breaker, in
|
* Test that a breaker correctly redistributes to a different breaker, in
|
||||||
* this case, the fielddata breaker borrows space from the request breaker
|
* this case, the fielddata breaker borrows space from the request breaker
|
||||||
*/
|
*/
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/18325")
|
||||||
public void testParentChecking() throws Exception {
|
public void testParentChecking() throws Exception {
|
||||||
if (noopBreakerUsed()) {
|
if (noopBreakerUsed()) {
|
||||||
logger.info("--> noop breakers used, skipping test");
|
logger.info("--> noop breakers used, skipping test");
|
||||||
|
|
Loading…
Reference in New Issue