Skip to content

Commit

Permalink
Skip compat test in 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidan committed Oct 3, 2024
1 parent d4746b5 commit 46834aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rest-api-spec/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,5 @@ tasks.named("precommit").configure {
tasks.named("yamlRestTestV7CompatTransform").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("range/20_synthetic_source/Date range", "date range breaking change causes tests to produce incorrect values for compatibility")
})

0 comments on commit 46834aa

Please sign in to comment.