From 10f387c3ec9cff48d5463ac8452cfa0c838d8d76 Mon Sep 17 00:00:00 2001 From: Jan Kuipers <148754765+jan-elastic@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:24:10 +0100 Subject: [PATCH] Unmute changepoint tests --- muted-tests.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 7a87efd0b158a..240efdcf8d0af 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -381,15 +381,6 @@ tests: - class: org.elasticsearch.search.SearchCancellationIT method: testCancelFailedSearchWhenPartialResultDisallowed issue: https://github.com/elastic/elasticsearch/issues/121719 -- class: org.elasticsearch.xpack.esql.analysis.VerifierTests - method: testChangePoint - issue: https://github.com/elastic/elasticsearch/issues/122179 -- class: org.elasticsearch.xpack.esql.analysis.VerifierTests - method: testChangePoint_keySortable - issue: https://github.com/elastic/elasticsearch/issues/122180 -- class: org.elasticsearch.xpack.esql.analysis.VerifierTests - method: testChangePoint_valueNumeric - issue: https://github.com/elastic/elasticsearch/issues/122181 - class: org.elasticsearch.datastreams.TSDBPassthroughIndexingIT issue: https://github.com/elastic/elasticsearch/issues/121716 - class: org.elasticsearch.smoketest.SmokeTestMonitoringWithSecurityIT