Disable IndexRecoveryIT.testRerouteRecovery.

Relates #32686.
This commit is contained in:
Adrien Grand 2018-09-05 14:52:47 +02:00
parent 46774098d9
commit 913d5fd820
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ public class IndexRecoveryIT extends ESIntegTestCase {
validateIndexRecoveryState(nodeBRecoveryState.getIndex());
}
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/32686")
@TestLogging(
"_root:DEBUG,"
+ "org.elasticsearch.cluster.service:TRACE,"