Temporarily disable CircuitBreakerServiceIT.testParentChecking()

This commit is contained in:
Daniel Mitterdorfer 2016-04-14 13:07:02 +02:00
parent 686aff1545
commit e87b09e8dd
1 changed files with 1 additions and 0 deletions

View File

@ -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");