parent
06758f579c
commit
cba7fceb53
|
@ -37,7 +37,8 @@ public abstract class SqlSpecTestCase extends SpecBaseIntegrationTestCase {
|
||||||
tests.addAll(readScriptSpec("/agg.sql-spec", parser));
|
tests.addAll(readScriptSpec("/agg.sql-spec", parser));
|
||||||
tests.addAll(readScriptSpec("/arithmetic.sql-spec", parser));
|
tests.addAll(readScriptSpec("/arithmetic.sql-spec", parser));
|
||||||
tests.addAll(readScriptSpec("/string-functions.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;
|
return tests;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue