[TEST] mute test for now, we have an issue for it

https://github.com/elastic/elasticsearch/issues/18325
This commit is contained in:
Britta Weber 2016-05-13 14:08:17 +02:00
parent 0d5a2f25d3
commit d3efe37814
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ public class CircuitBreakerServiceIT extends ESIntegTestCase {
* Test that a breaker correctly redistributes to a different breaker, in
* 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 {
if (noopBreakerUsed()) {
logger.info("--> noop breakers used, skipping test");