Mute PrimaryAllocationIT.testForceStaleReplicaToBePromotedToPrimaryOnWrongNode
Tracking issue: #37345
This commit is contained in:
parent
0a50821bb2
commit
3e73911cbe
|
@ -265,6 +265,7 @@ public class PrimaryAllocationIT extends ESIntegTestCase {
|
|||
assertThat(newHistoryUUIds, hasSize(1));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37345")
|
||||
public void testForceStaleReplicaToBePromotedToPrimaryOnWrongNode() throws Exception {
|
||||
String master = internalCluster().startMasterOnlyNode(Settings.EMPTY);
|
||||
internalCluster().startDataOnlyNodes(2);
|
||||
|
|
Loading…
Reference in New Issue