Mute ClusterDisruptionIT#testSendingShardFailure

Tracked by #33704
This commit is contained in:
Igor Motov 2018-09-14 14:17:27 +04:00
parent f7c131f118
commit b8fb83d7a4
1 changed files with 1 additions and 0 deletions

View File

@ -288,6 +288,7 @@ public class ClusterDisruptionIT extends AbstractDisruptionTestCase {
}
// simulate handling of sending shard failure during an isolation
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33704")
public void testSendingShardFailure() throws Exception {
List<String> nodes = startCluster(3, 2);
String masterNode = internalCluster().getMasterName();