From fbf62321ae294f314020ebf357ac4a47ccc20e56 Mon Sep 17 00:00:00 2001 From: john-wagster Date: Wed, 2 Oct 2024 10:17:03 -0500 Subject: [PATCH] Updated Date Range to Follow Documentation When Assuming Missing Values - Remove Skip Tests After Backport (#113951) * removed skip tests now that backports are in place * removed skip tests now that backports are in place --- rest-api-spec/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/rest-api-spec/build.gradle b/rest-api-spec/build.gradle index a2afa13607dd7..ed1cf905f7e9d 100644 --- a/rest-api-spec/build.gradle +++ b/rest-api-spec/build.gradle @@ -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]") })