Skip to content

Commit 64c98c6

Browse files
committed
Ignore failing tests (#40994)
1 parent 6942161 commit 64c98c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ SELECT TRUNCATE(YEAR(TODAY() - INTERVAL 50 YEARS) / 1000) AS result;
3535
;
3636

3737

38-
currentDateFilter
38+
currentDateFilter-Ignore
3939
SELECT first_name FROM test_emp WHERE hire_date > CURRENT_DATE() - INTERVAL 25 YEARS ORDER BY first_name ASC LIMIT 10;
4040

4141
first_name

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2400,7 +2400,7 @@ SELECT TODAY() AS result;
24002400
// end::todayFunction
24012401
;
24022402

2403-
filterToday
2403+
filterToday-Ignore
24042404
// tag::filterToday
24052405
SELECT first_name FROM emp WHERE hire_date > TODAY() - INTERVAL 25 YEARS ORDER BY first_name ASC LIMIT 5;
24062406

0 commit comments

Comments
 (0)