Pārlūkot izejas kodu

Mute PrimaryAllocationIT.testForceStaleReplicaToBePromotedToPrimaryOnWrongNode

Tracking issue: #37345
Alpar Torok 6 gadi atpakaļ
vecāks
revīzija
3e73911cbe

+ 1 - 0
server/src/test/java/org/elasticsearch/cluster/routing/PrimaryAllocationIT.java

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