Skip to content

Commit

Permalink
Updated Date Range to Follow Documentation When Assuming Missing Valu…
Browse files Browse the repository at this point in the history
…es - Remove Skip Tests After Backport (elastic#113951)

* removed skip tests now that backports are in place

* removed skip tests now that backports are in place
  • Loading branch information
john-wagster authored Oct 2, 2024
1 parent a18b331 commit fbf6232
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rest-api-spec/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,5 @@ 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("range/20_synthetic_source/Date range", "date range breaking change causes tests to produce incorrect values for compatibility")
task.skipTestsByFilePattern("indices.create/synthetic_source*.yml", "@UpdateForV9 -> tests do not pass after bumping API version to 9 [ES-9597]")
})

0 comments on commit fbf6232

Please sign in to comment.