Skip to content

Commit 7328a18

Browse files
committed
test: temporarily mute tests involving subobjects
1 parent 5b62b70 commit 7328a18

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

muted-tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,16 @@ tests:
540540
- class: org.elasticsearch.versioning.ConcurrentSeqNoVersioningIT
541541
method: testSeqNoCASLinearizability
542542
issue: https://github.com/elastic/elasticsearch/issues/117249
543+
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
544+
issue: https://github.com/elastic/elasticsearch/issues/138649
545+
methods:
546+
- test {p0=index/92_metrics_auto_subobjects/Metrics object indexing}
547+
- test {p0=index/92_metrics_auto_subobjects/Root without subobjects with synthetic source}
548+
- test {p0=index/92_metrics_auto_subobjects/Metrics object indexing with synthetic source}
549+
- test {p0=indices.put_index_template/15_composition/Composable index templates that include subobjects: auto at root}
550+
- test {p0=search/330_fetch_fields/Test with subobjects: auto}
551+
- test {p0=indices.put_index_template/15_composition/Composable index templates that include subobjects: auto on arbitrary field}
552+
- test {p0=index/92_metrics_auto_subobjects/Root with metrics}
543553

544554
# Examples:
545555
#

0 commit comments

Comments
 (0)