Temporarily disable CircuitBreakerServiceIT.testParentChecking()
This commit is contained in:
parent
686aff1545
commit
e87b09e8dd
|
@ -210,6 +210,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 = "way too unstable request size. Needs a proper and more stable fix.")
|
||||||
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