Skip to content

Commit

Permalink
Unmute DotPrefixClientYamlTestSuiteIT (elastic#113495)
Browse files Browse the repository at this point in the history
The build file was missing the task, which has now been added.

Resolves elastic#113152
  • Loading branch information
dakrone authored Sep 24, 2024
1 parent a715710 commit 3bd235d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions modules/dot-prefix-validation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ restResources {
tasks.named('yamlRestTest') {
usesDefaultDistribution()
}

tasks.named('yamlRestCompatTest') {
usesDefaultDistribution()
}
2 changes: 0 additions & 2 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@ tests:
- class: org.elasticsearch.xpack.inference.rest.ServerSentEventsRestActionListenerTests
method: testResponse
issue: https://github.com/elastic/elasticsearch/issues/113148
- class: org.elasticsearch.validation.DotPrefixClientYamlTestSuiteIT
issue: https://github.com/elastic/elasticsearch/issues/113152
- class: org.elasticsearch.packaging.test.WindowsServiceTests
method: test30StartStop
issue: https://github.com/elastic/elasticsearch/issues/113160
Expand Down

0 comments on commit 3bd235d

Please sign in to comment.