Skip to content

Commit

Permalink
Ignore failing tests (elastic#40994)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira authored and DaveCTurner committed Apr 9, 2019
1 parent be12733 commit 0a88e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugin/sql/qa/src/main/resources/date.csv-spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SELECT TRUNCATE(YEAR(TODAY() - INTERVAL 50 YEARS) / 1000) AS result;
;


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

first_name
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugin/sql/qa/src/main/resources/docs.csv-spec
Original file line number Diff line number Diff line change
Expand Up @@ -2377,7 +2377,7 @@ SELECT TODAY() AS result;
// end::todayFunction
;

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

Expand Down

0 comments on commit 0a88e7f

Please sign in to comment.