Mute RecoverySourceHandlerTests.testCancelRecoveryDuringPhase1
Relates #50424
This commit is contained in:
parent
10ed1ae1d2
commit
f57569bf5c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue