Skip to content

Commit 582c20c

Browse files
authored
Mute ShardsLimitAllocationDeciderRemoteStoreEnabledIT (#18177)
Signed-off-by: Andrew Ross <andrross@amazon.com>
1 parent 4c2d043 commit 582c20c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/internalClusterTest/java/org/opensearch/cluster/routing/allocation/decider/ShardsLimitAllocationDeciderRemoteStoreEnabledIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
package org.opensearch.cluster.routing.allocation.decider;
1010

11+
import org.apache.lucene.tests.util.LuceneTestCase;
1112
import org.opensearch.action.admin.indices.settings.put.UpdateSettingsRequest;
1213
import org.opensearch.action.support.clustermanager.AcknowledgedResponse;
1314
import org.opensearch.cluster.ClusterState;
@@ -25,6 +26,7 @@
2526
import static org.opensearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider.CLUSTER_TOTAL_PRIMARY_SHARDS_PER_NODE_SETTING;
2627
import static org.opensearch.cluster.routing.allocation.decider.ShardsLimitAllocationDecider.INDEX_TOTAL_PRIMARY_SHARDS_PER_NODE_SETTING;
2728

29+
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/17693")
2830
@OpenSearchIntegTestCase.ClusterScope(scope = OpenSearchIntegTestCase.Scope.TEST, numDataNodes = 0)
2931
public class ShardsLimitAllocationDeciderRemoteStoreEnabledIT extends RemoteStoreBaseIntegTestCase {
3032
@Before

0 commit comments

Comments
 (0)