Mute testIndexDeletionWhenNodeRejoins

Tracked at #33613
This commit is contained in:
Nhat Nguyen 2018-09-11 16:22:59 -04:00
parent 91bca174f5
commit 1e577d3ce8
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ public class GatewayIndexStateIT extends ESIntegTestCase {
* This test ensures that when an index deletion takes place while a node is offline, when that
* node rejoins the cluster, it deletes the index locally instead of importing it as a dangling index.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33613")
public void testIndexDeletionWhenNodeRejoins() throws Exception {
final String indexName = "test-index-del-on-node-rejoin-idx";
final int numNodes = 2;