From 29823261fea9c2211f84860c00a9bf1b95b7bc3a Mon Sep 17 00:00:00 2001 From: Kostas Krikellas <131142368+kkrik-es@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:55:27 +0200 Subject: [PATCH] Unmute entire integration test suits (#116390) --- muted-tests.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index c85714fdc41a6..ebfeb6101c2f8 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -258,18 +258,6 @@ tests: - class: org.elasticsearch.xpack.security.operator.OperatorPrivilegesIT method: testEveryActionIsEitherOperatorOnlyOrNonOperator issue: https://github.com/elastic/elasticsearch/issues/102992 -- class: org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT - issue: https://github.com/elastic/elasticsearch/issues/116291 -- class: org.elasticsearch.xpack.test.rest.XPackRestIT - issue: https://github.com/elastic/elasticsearch/issues/114723 -- class: org.elasticsearch.xpack.search.AsyncSearchSecurityIT - issue: https://github.com/elastic/elasticsearch/issues/116293 -- class: org.elasticsearch.xpack.downsample.DownsampleRestIT - issue: https://github.com/elastic/elasticsearch/issues/116326 -- class: org.elasticsearch.xpack.downsample.DownsampleWithBasicRestIT - issue: https://github.com/elastic/elasticsearch/issues/116327 -- class: org.elasticsearch.validation.DotPrefixClientYamlTestSuiteIT - issue: https://github.com/elastic/elasticsearch/issues/116328 - class: org.elasticsearch.action.search.SearchQueryThenFetchAsyncActionTests method: testBottomFieldSort issue: https://github.com/elastic/elasticsearch/issues/116249