Mute PrimaryAllocationIT.testForceStaleReplicaToBePromotedToPrimaryOnWrongNode

Tracking issue: #37345
This commit is contained in:
Alpar Torok 2019-01-11 10:45:40 +02:00
parent 0a50821bb2
commit 3e73911cbe
1 changed files with 1 additions and 0 deletions

View File

@ -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);