File tree Expand file tree Collapse file tree
src/test/java/org/opensearch/sql/calcite/standalone Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -419,8 +419,8 @@ integTest {
419419
420420 dependsOn ' :opensearch-sql-plugin:bundlePlugin'
421421 if (getOSFamilyType() != " windows" ) {
422- // dependsOn startPrometheus
423- // finalizedBy stopPrometheus
422+ dependsOn startPrometheus
423+ finalizedBy stopPrometheus
424424 }
425425
426426 // enable calcite codegen in IT
Original file line number Diff line number Diff line change 2222import org .opensearch .client .Request ;
2323import org .opensearch .sql .exception .SemanticCheckException ;
2424
25- @ Ignore
2625public class CalcitePPLInSubqueryIT extends CalcitePPLIntegTestCase {
2726
2827 @ Override
Original file line number Diff line number Diff line change 1717import org .junit .Ignore ;
1818import org .junit .jupiter .api .Test ;
1919
20- @ Ignore
2120public class CalcitePPLSortIT extends CalcitePPLIntegTestCase {
2221
2322 @ Override
You can’t perform that action at this time.
0 commit comments