Skip to content

Commit

Permalink
Unmute DotPrefixClientYamlTestSuiteIT
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 committed Sep 24, 2024
1 parent fda7559 commit 0b72bee
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 0b72bee

Please sign in to comment.