forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
muted-tests.yml
64 lines (64 loc) · 3.28 KB
/
muted-tests.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
tests:
- class: "org.elasticsearch.xpack.transform.transforms.scheduling.MonotonicClockTests"
issue: "https://github.com/elastic/elasticsearch/issues/108529"
- class: "org.elasticsearch.xpack.inference.action.filter.ShardBulkInferenceActionFilterTests"
issue: "https://github.com/elastic/elasticsearch/issues/108649"
method: "testManyRandomDocs"
- class: "org.elasticsearch.cluster.coordination.CoordinatorVotingConfigurationTests"
issue: "https://github.com/elastic/elasticsearch/issues/108729"
method: "testClusterUUIDLogging"
- class: "org.elasticsearch.xpack.core.ssl.SSLConfigurationReloaderTests"
issue: "https://github.com/elastic/elasticsearch/issues/108774"
method: "testReloadingKeyStore"
- class: "org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT"
issue: "https://github.com/elastic/elasticsearch/issues/108808"
method: "test {k8s-metrics.MetricsWithAggs}"
- class: "org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT"
issue: "https://github.com/elastic/elasticsearch/issues/108809"
method: "test {k8s-metrics.MetricsWithoutAggs}"
- class: "org.elasticsearch.xpack.textstructure.structurefinder.TimestampFormatFinderTests"
issue: "https://github.com/elastic/elasticsearch/issues/108855"
method: "testGuessIsDayFirstFromLocale"
- class: "org.elasticsearch.test.rest.ClientYamlTestSuiteIT"
issue: "https://github.com/elastic/elasticsearch/issues/108857"
method: "test {yaml=search/180_locale_dependent_mapping/Test Index and Search locale\
\ dependent mappings / dates}"
- class: "org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT"
issue: "https://github.com/elastic/elasticsearch/issues/108950"
method: "test {p0=health/10_basic/cluster health basic test}"
- class: "org.elasticsearch.upgrades.SearchStatesIT"
issue: "https://github.com/elastic/elasticsearch/issues/108991"
method: "testCanMatch"
- class: "org.elasticsearch.upgrades.AggregationsIT"
issue: "https://github.com/elastic/elasticsearch/issues/108992"
method: "testHistogram"
- class: "org.elasticsearch.upgrades.MlTrainedModelsUpgradeIT"
issue: "https://github.com/elastic/elasticsearch/issues/108993"
method: "testTrainedModelInference"
- class: "org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT"
issue: "https://github.com/elastic/elasticsearch/issues/109154"
method: "test {p0=data_stream/200_rollover_failure_store/Lazily roll over a data\
\ stream's failure store after an ingest failure}"
# 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/...