elasticsearch/muted-tests.yml
Yang Wang 42b93a5349 [Test] Unmute S3RepositoryThirdPartyTests.testCreateSnapshot
The test failed due to infrastructure issue which seems to disappears
based on the success runs on the main branch.

Relates: #110093
2024-06-27 10:48:24 +10:00

31 lines
1.2 KiB
YAML

tests:
- class: "org.elasticsearch.upgrades.MappingIT"
issue: "https://github.com/elastic/elasticsearch/issues/109455"
method: "testMapperDynamicIndexSetting"
- class: org.elasticsearch.packaging.test.CertGenCliTests
method: test40RunWithCert
issue: https://github.com/elastic/elasticsearch/issues/109831
# 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/...