elasticsearch/muted-tests.yml

30 lines
1.2 KiB
YAML

tests:
- class: "org.elasticsearch.xpack.security.authc.saml.SamlAuthenticatorTests"
issue: "https://github.com/elastic/elasticsearch/issues/109299"
method: "testSuccessfullyParseContentFromEncryptedAssertion"
- class: org.elasticsearch.transport.netty4.Netty4TransportMultiPortIntegrationIT
issue: https://github.com/elastic/elasticsearch/issues/109400
# 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/...