Skip to content

Commit aaf7b73

Browse files
authored
unmute SearchWithRejectionsIT testOpenContextsAfterRejections
1 parent dc34f4d commit aaf7b73

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,6 @@ tests:
290290
- class: org.elasticsearch.packaging.test.DockerTests
291291
method: test023InstallPluginUsingConfigFile
292292
issue: https://github.com/elastic/elasticsearch/issues/126145
293-
- class: org.elasticsearch.search.SearchWithRejectionsIT
294-
method: testOpenContextsAfterRejections
295-
issue: https://github.com/elastic/elasticsearch/issues/126340
296293
- class: org.elasticsearch.smoketest.MlWithSecurityIT
297294
method: test {yaml=ml/start_data_frame_analytics/Test start classification analysis when the dependent variable cardinality is too low}
298295
issue: https://github.com/elastic/elasticsearch/issues/123200

server/src/internalClusterTest/java/org/elasticsearch/search/SearchWithRejectionsIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public void testOpenContextsAfterRejections() throws Exception {
5858
}
5959
assertBusy(
6060
() -> assertThat(indicesAdmin().prepareStats().get().getTotal().getSearch().getOpenContexts(), equalTo(0L)),
61-
1,
61+
2,
6262
TimeUnit.SECONDS
6363
);
6464
}

0 commit comments

Comments
 (0)