Skip to content

Commit ebceb03

Browse files
committed
restore useless change
Signed-off-by: xinyual <xinyual@amazon.com>
1 parent a9363ed commit ebceb03

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

integ-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

integ-test/src/test/java/org/opensearch/sql/calcite/standalone/CalcitePPLInSubqueryIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import org.opensearch.client.Request;
2323
import org.opensearch.sql.exception.SemanticCheckException;
2424

25-
@Ignore
2625
public class CalcitePPLInSubqueryIT extends CalcitePPLIntegTestCase {
2726

2827
@Override

integ-test/src/test/java/org/opensearch/sql/calcite/standalone/CalcitePPLSortIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import org.junit.Ignore;
1818
import org.junit.jupiter.api.Test;
1919

20-
@Ignore
2120
public class CalcitePPLSortIT extends CalcitePPLIntegTestCase {
2221

2322
@Override

0 commit comments

Comments
 (0)