mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-22 06:07:55 -04:00
The test failed due to infrastructure issue which seems to disappears based on the success runs on the main branch. Relates: #110093
31 lines
1.2 KiB
YAML
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/...
|