Skip to content

Commit 1b86aec

Browse files
authored
Unmuted search IT tests that are unmuted in main (#122581) (#122590)
Certain search IT tests were unmuted in main a long while ago and were left muted in 8.x. There are no specific reasons behind this discrepancy. This commit unmutes them in 8.x. Closes #115754 Closes #115705 Closes #115717 Closes #115810
1 parent a5345fe commit 1b86aec

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

muted-tests.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,6 @@ tests:
211211
- class: org.elasticsearch.xpack.apmdata.APMYamlTestSuiteIT
212212
method: test {yaml=/10_apm/Test template reinstallation}
213213
issue: https://github.com/elastic/elasticsearch/issues/116445
214-
- class: org.elasticsearch.action.admin.HotThreadsIT
215-
method: testHotThreadsDontFail
216-
issue: https://github.com/elastic/elasticsearch/issues/115754
217-
- class: org.elasticsearch.action.search.PointInTimeIT
218-
method: testPITTiebreak
219-
issue: https://github.com/elastic/elasticsearch/issues/115810
220214
- class: org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT
221215
method: test {p0=esql/61_enrich_ip/IP strings}
222216
issue: https://github.com/elastic/elasticsearch/issues/116529
@@ -229,15 +223,9 @@ tests:
229223
- class: org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT
230224
method: test {p0=esql/60_enrich/Enrich on keyword with fields}
231225
issue: https://github.com/elastic/elasticsearch/issues/116593
232-
- class: org.elasticsearch.xpack.spatial.search.GeoGridAggAndQueryConsistencyIT
233-
method: testGeoShapeGeoTile
234-
issue: https://github.com/elastic/elasticsearch/issues/115717
235226
- class: org.elasticsearch.search.StressSearchServiceReaperIT
236227
method: testStressReaper
237228
issue: https://github.com/elastic/elasticsearch/issues/115816
238-
- class: org.elasticsearch.xpack.spatial.search.GeoGridAggAndQueryConsistencyIT
239-
method: testGeoShapeGeoHex
240-
issue: https://github.com/elastic/elasticsearch/issues/115705
241229
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
242230
method: test {spatial.CentroidFromAirportsAfterIntersectsCompoundPredicateNoDocValues SYNC}
243231
issue: https://github.com/elastic/elasticsearch/issues/116945

0 commit comments

Comments
 (0)