Skip to content

Commit

Permalink
AwaitsFix: #108529
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed May 10, 2024
1 parent 0640172 commit 6978161
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions build-tools-internal/muted-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
tests:
- class: "org.elasticsearch.xpack.transform.transforms.scheduling.MonotonicClockTests"
issue: "https://github.com/elastic/elasticsearch/issues/108529"
# 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/...

0 comments on commit 6978161

Please sign in to comment.