Skip to content

Commit

Permalink
AwaitsFix case-functions.sql-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhatn committed Aug 13, 2018
1 parent 06758f5 commit cba7fce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public static List<Object[]> readScriptSpec() throws Exception {
tests.addAll(readScriptSpec("/agg.sql-spec", parser));
tests.addAll(readScriptSpec("/arithmetic.sql-spec", parser));
tests.addAll(readScriptSpec("/string-functions.sql-spec", parser));
tests.addAll(readScriptSpec("/case-functions.sql-spec", parser));
// AwaitsFix: https://github.com/elastic/elasticsearch/issues/32589
// tests.addAll(readScriptSpec("/case-functions.sql-spec", parser));
return tests;
}

Expand Down

0 comments on commit cba7fce

Please sign in to comment.