Skip to content

Commit 3a7a5b2

Browse files
authored
Fix IndicesRequestIT.testIndicesStats (#137825)
1 parent 2774bf4 commit 3a7a5b2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -426,9 +426,6 @@ tests:
426426
- class: org.elasticsearch.xpack.ilm.CCRIndexLifecycleIT
427427
method: testTsdbLeaderIndexRolloverAndSyncAfterWaitUntilEndTime {targetCluster=FOLLOWER}
428428
issue: https://github.com/elastic/elasticsearch/issues/137565
429-
- class: org.elasticsearch.action.IndicesRequestIT
430-
method: testIndicesStats
431-
issue: https://github.com/elastic/elasticsearch/issues/137594
432429
- class: org.elasticsearch.xpack.esql.vector.VectorSimilarityFunctionsIT
433430
method: testTopNSimilarityBetweenConstantVectorAndField {functionName=v_l2_norm
434431
similarityFunction=org.elasticsearch.xpack.esql.expression.function.vector.L2Norm$1@5b068087 elementType=byte}

server/src/internalClusterTest/java/org/elasticsearch/action/IndicesRequestIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ protected Settings nodeSettings(int ordinal, Settings otherSettings) {
131131
// InternalClusterInfoService sends IndicesStatsRequest periodically which messes with this test
132132
// this setting disables it...
133133
.put("cluster.routing.allocation.disk.threshold_enabled", false)
134+
.put("cluster.routing.allocation.write_load_decider.enabled", "disabled")
134135
.build();
135136
}
136137

0 commit comments

Comments
 (0)