diff --git a/x-pack/plugin/sql/qa/server/src/main/resources/date.csv-spec b/x-pack/plugin/sql/qa/server/src/main/resources/date.csv-spec index f7c13b9ce72..8d65aa59da8 100644 --- a/x-pack/plugin/sql/qa/server/src/main/resources/date.csv-spec +++ b/x-pack/plugin/sql/qa/server/src/main/resources/date.csv-spec @@ -37,7 +37,8 @@ SELECT TRUNCATE(YEAR(TODAY() - INTERVAL 50 YEARS) / 1000) AS result; ; -currentDateFilter +// AwaitsFix https://github.com/elastic/elasticsearch/issues/65336 +currentDateFilter-Ignore SELECT first_name FROM test_emp WHERE hire_date > CURRENT_DATE() - INTERVAL 35 YEARS ORDER BY first_name ASC LIMIT 10; first_name