Browse Source

[8.x] Backport muting SearchServiceSingleNodeTests (#126831)

* Mute org.elasticsearch.search.SearchServiceSingleNodeTests testBeforeShardLockDuringShardCreate #126812

* Mute org.elasticsearch.search.SearchServiceSingleNodeTests testLookUpSearchContext #126813

---------

Co-authored-by: elasticsearchmachine <58790826+elasticsearchmachine@users.noreply.github.com>
Mary Gouseti 5 months ago
parent
commit
445d6262f5
1 changed files with 6 additions and 0 deletions
  1. 6 0
      muted-tests.yml

+ 6 - 0
muted-tests.yml

@@ -454,3 +454,9 @@ tests:
 - class: org.elasticsearch.action.RejectionActionIT
   method: testSimulatedSearchRejectionLoad
   issue: https://github.com/elastic/elasticsearch/issues/125901
+- class: org.elasticsearch.search.SearchServiceSingleNodeTests
+  method: testBeforeShardLockDuringShardCreate
+  issue: https://github.com/elastic/elasticsearch/issues/126812
+- class: org.elasticsearch.search.SearchServiceSingleNodeTests
+  method: testLookUpSearchContext
+  issue: https://github.com/elastic/elasticsearch/issues/126813