Mute testCanRunUnsafeBootstrapAfterErroneousDetachWithoutLoosingMetaData (#38268)

Tracked at #38267
This commit is contained in:
Nhat Nguyen 2019-02-02 20:02:21 -05:00 committed by GitHub
parent 6968f0925b
commit 0861dc3581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -391,6 +391,7 @@ public class ElasticsearchNodeCommandIT extends ESIntegTestCase {
internalCluster().stopRandomNode(InternalTestCluster.nameFilter(node));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38267")
public void testCanRunUnsafeBootstrapAfterErroneousDetachWithoutLoosingMetaData() throws Exception {
internalCluster().setBootstrapMasterNodeIndex(0);
internalCluster().startMasterOnlyNode();