Mute JdbcCsvSpecIT#testCurrentDateFilter (#65341)

Muting for https://github.com/elastic/elasticsearch/issues/65336
This commit is contained in:
Armin Braun 2020-11-22 22:37:21 +01:00 committed by GitHub
parent a86c8dce70
commit 67b6317488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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; SELECT first_name FROM test_emp WHERE hire_date > CURRENT_DATE() - INTERVAL 35 YEARS ORDER BY first_name ASC LIMIT 10;
first_name first_name