Skip to content

Commit cba7fce

Browse files
committed
AwaitsFix case-functions.sql-spec
Relates #32589
1 parent 06758f5 commit cba7fce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/qa/sql/src/main/java/org/elasticsearch/xpack/qa/sql/jdbc/SqlSpecTestCase.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ public static List<Object[]> readScriptSpec() throws Exception {
3737
tests.addAll(readScriptSpec("/agg.sql-spec", parser));
3838
tests.addAll(readScriptSpec("/arithmetic.sql-spec", parser));
3939
tests.addAll(readScriptSpec("/string-functions.sql-spec", parser));
40-
tests.addAll(readScriptSpec("/case-functions.sql-spec", parser));
40+
// AwaitsFix: https://github.com/elastic/elasticsearch/issues/32589
41+
// tests.addAll(readScriptSpec("/case-functions.sql-spec", parser));
4142
return tests;
4243
}
4344

0 commit comments

Comments
 (0)