Skip to content

Commit 89e4727

Browse files
authored
Skip test testThreeZoneOneReplicaWithForceZoneValueAndLoadAwareness (#11767)
Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
1 parent 5f3d782 commit 89e4727

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/internalClusterTest/java/org/opensearch/cluster/allocation/AwarenessAllocationIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ public void testAwarenessZonesIncrementalNodes() {
364364
assertThat(counts.get(noZoneNode), equalTo(2));
365365
}
366366

367+
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/5908")
367368
public void testThreeZoneOneReplicaWithForceZoneValueAndLoadAwareness() throws Exception {
368369
int nodeCountPerAZ = 5;
369370
int numOfShards = 30;

0 commit comments

Comments
 (0)