Skip to content

Commit 6719b1f

Browse files
authored
Mute ClusterMaxMergesAtOnceIT (#18057)
Signed-off-by: Andrew Ross <andrross@amazon.com>
1 parent e7ed33f commit 6719b1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/internalClusterTest/java/org/opensearch/index/ClusterMaxMergesAtOnceIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public void setUp() throws Exception {
6464
internalCluster().startClusterManagerOnlyNode();
6565
}
6666

67+
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/18056")
6768
public void testClusterLevelDefaultUpdatesMergePolicy() throws ExecutionException, InterruptedException {
6869
String clusterManagerName = internalCluster().getClusterManagerName();
6970
List<String> dataNodes = new ArrayList<>(internalCluster().getDataNodeNames());

0 commit comments

Comments
 (0)