Skip to content

Commit 8539583

Browse files
committed
AwaitsFix: #108441
1 parent ad9470b commit 8539583

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
tests:
2+
- class: "org.elasticsearch.xpack.security.transport.netty4.IpFilterRemoteAddressFilterTests"
3+
issue: "https://github.com/elastic/elasticsearch/issues/108441"
4+
method: "testThatFilteringWorksByIp"
5+
# Examples:
6+
#
7+
# Mute a single test case in a YAML test suite:
8+
# - class: org.elasticsearch.analysis.common.CommonAnalysisClientYamlTestSuiteIT
9+
# method: test {yaml=analysis-common/30_tokenizers/letter}
10+
# issue: https://github.com/elastic/elasticsearch/...
11+
#
12+
# Mute several methods of a Java test:
13+
# - class: org.elasticsearch.common.CharArraysTests
14+
# methods:
15+
# - testCharsBeginsWith
16+
# - testCharsToBytes
17+
# - testConstantTimeEquals
18+
# issue: https://github.com/elastic/elasticsearch/...
19+
#
20+
# Mute an entire test class:
21+
# - class: org.elasticsearch.common.unit.TimeValueTests
22+
# issue: https://github.com/elastic/elasticsearch/...
23+
#
24+
# Mute a single method in a test class:
25+
# - class: org.elasticsearch.xpack.esql.expression.function.scalar.convert.ToIPTests
26+
# method: testCrankyEvaluateBlockWithoutNulls
27+
# issue: https://github.com/elastic/elasticsearch/...

0 commit comments

Comments
 (0)