Skip to content

Commit 445d626

Browse files
[8.x] Backport muting SearchServiceSingleNodeTests (elastic#126831)
* Mute org.elasticsearch.search.SearchServiceSingleNodeTests testBeforeShardLockDuringShardCreate elastic#126812 * Mute org.elasticsearch.search.SearchServiceSingleNodeTests testLookUpSearchContext elastic#126813 --------- Co-authored-by: elasticsearchmachine <[email protected]>
1 parent 7bedd0d commit 445d626

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

muted-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,3 +454,9 @@ tests:
454454
- class: org.elasticsearch.action.RejectionActionIT
455455
method: testSimulatedSearchRejectionLoad
456456
issue: https://github.com/elastic/elasticsearch/issues/125901
457+
- class: org.elasticsearch.search.SearchServiceSingleNodeTests
458+
method: testBeforeShardLockDuringShardCreate
459+
issue: https://github.com/elastic/elasticsearch/issues/126812
460+
- class: org.elasticsearch.search.SearchServiceSingleNodeTests
461+
method: testLookUpSearchContext
462+
issue: https://github.com/elastic/elasticsearch/issues/126813

0 commit comments

Comments
 (0)