File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
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/...
You can’t perform that action at this time.
0 commit comments