Skip to content

Commit 0aa6972

Browse files
committed
SQL: [Tests] Enable integration tests for fixed issues (#40664)
Enable some Ignored integration tests for issues/features that have already been resolved/implemented. (cherry picked from commit c23580f)
1 parent f6072e5 commit 0aa6972

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@ selectMathPIFromIndexWithWhereEvaluatingToTrue
108108
SELECT PI() AS pi FROM test_emp WHERE ROUND(PI(),2)=3.14;
109109
selectMathPIFromIndexWithWhereEvaluatingToTrueAndWithLimit
110110
SELECT PI() AS pi FROM test_emp WHERE ROUND(PI(),2)=3.14 LIMIT 3;
111-
// AwaitsFix https://github.com/elastic/elasticsearch/issues/35980
112-
selectMathPIFromIndexWithWhereEvaluatingToFalse-Ignore
111+
selectMathPIFromIndexWithWhereEvaluatingToFalse
113112
SELECT PI() AS pi FROM test_emp WHERE PI()=5;
114-
// AwaitsFix https://github.com/elastic/elasticsearch/issues/35980
115-
selectMathPIFromIndexWithWhereEvaluatingToFalseAndWithLimit-Ignore
113+
selectMathPIFromIndexWithWhereEvaluatingToFalseAndWithLimit
116114
SELECT PI() AS pi FROM test_emp WHERE PI()=5 LIMIT 3;

0 commit comments

Comments
 (0)