Skip to content

Commit

Permalink
Skip node_version compatibility warning tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arteam committed Oct 11, 2024
1 parent 0b1f04e commit b569150
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rest-api-spec/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ tasks.named("precommit").configure {
tasks.named("yamlRestCompatTestTransform").configure({task ->
task.skipTest("indices.sort/10_basic/Index Sort", "warning does not exist for compatibility")
task.skipTest("search/330_fetch_fields/Test search rewrite", "warning does not exist for compatibility")
task.skipTest("cluster.desired_nodes/10_basic/Test delete desired nodes with node_version generates a warning", "node_version warning is removed in 9.0")
task.skipTest("cluster.desired_nodes/10_basic/Test update desired nodes with node_version generates a warning", "node_version warning is removed in 9.0")
})

0 comments on commit b569150

Please sign in to comment.