Mute testCanRunUnsafeBootstrapAfterErroneousDetachWithoutLoosingMetaData (#38268)
Tracked at #38267
This commit is contained in:
parent
6968f0925b
commit
0861dc3581
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue