Skip to content

Commit a757534

Browse files
Mute JdbcCsvSpecIT#testCurrentDateFilter (#65340)
Muting for #65336
1 parent efa29f8 commit a757534

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/sql/qa/server/src/main/resources/date.csv-spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ SELECT TRUNCATE(YEAR(TODAY() - INTERVAL 50 YEARS) / 1000) AS result;
3737
;
3838

3939

40-
currentDateFilter
40+
// AwaitsFix https://github.com/elastic/elasticsearch/issues/65336
41+
currentDateFilter-Ignore
4142
SELECT first_name FROM test_emp WHERE hire_date > CURRENT_DATE() - INTERVAL 35 YEARS ORDER BY first_name ASC LIMIT 10;
4243

4344
first_name

0 commit comments

Comments
 (0)