From 59eeed8f6d89ae7861a372319cab056f345ae49a Mon Sep 17 00:00:00 2001 From: Mark Vieira Date: Fri, 10 May 2024 15:52:05 -0700 Subject: [PATCH] Move mutes to correct location --- build-tools-internal/muted-tests.yml | 26 -------------------------- muted-tests.yml | 2 ++ 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 build-tools-internal/muted-tests.yml diff --git a/build-tools-internal/muted-tests.yml b/build-tools-internal/muted-tests.yml deleted file mode 100644 index 210215a131339..0000000000000 --- a/build-tools-internal/muted-tests.yml +++ /dev/null @@ -1,26 +0,0 @@ -tests: -- class: "org.elasticsearch.xpack.transform.transforms.scheduling.MonotonicClockTests" - issue: "https://github.com/elastic/elasticsearch/issues/108529" -# Examples: -# -# Mute a single test case in a YAML test suite: -# - class: org.elasticsearch.analysis.common.CommonAnalysisClientYamlTestSuiteIT -# method: test {yaml=analysis-common/30_tokenizers/letter} -# issue: https://github.com/elastic/elasticsearch/... -# -# Mute several methods of a Java test: -# - class: org.elasticsearch.common.CharArraysTests -# methods: -# - testCharsBeginsWith -# - testCharsToBytes -# - testConstantTimeEquals -# issue: https://github.com/elastic/elasticsearch/... -# -# Mute an entire test class: -# - class: org.elasticsearch.common.unit.TimeValueTests -# issue: https://github.com/elastic/elasticsearch/... -# -# Mute a single method in a test class: -# - class: org.elasticsearch.xpack.esql.expression.function.scalar.convert.ToIPTests -# method: testCrankyEvaluateBlockWithoutNulls -# issue: https://github.com/elastic/elasticsearch/... diff --git a/muted-tests.yml b/muted-tests.yml index 341d127c7b64a..210215a131339 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -1,4 +1,6 @@ tests: +- class: "org.elasticsearch.xpack.transform.transforms.scheduling.MonotonicClockTests" + issue: "https://github.com/elastic/elasticsearch/issues/108529" # Examples: # # Mute a single test case in a YAML test suite: