mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-22 06:07:55 -04:00
30 lines
1.2 KiB
YAML
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/...
|