Mute RecoverySourceHandlerTests.testCancelRecoveryDuringPhase1

Relates #50424
This commit is contained in:
Yannick Welsch 2019-12-20 11:59:09 +01:00 committed by Nhat Nguyen
parent 10ed1ae1d2
commit f57569bf5c
1 changed files with 1 additions and 0 deletions

View File

@ -629,6 +629,7 @@ public class RecoverySourceHandlerTests extends ESTestCase {
store.close();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/50424")
public void testCancelRecoveryDuringPhase1() throws Exception {
Store store = newStore(createTempDir("source"), false);
IndexShard shard = mock(IndexShard.class);