Skip to content

Commit 5580793

Browse files
committed
ignore the whole suite
Signed-off-by: Jialiang Liang <jiallian@amazon.com>
1 parent 7952cd4 commit 5580793

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

integ-test/src/test/java/org/opensearch/sql/calcite/tpch/CalcitePPLTpchIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import org.opensearch.sql.ppl.PPLIntegTestCase;
2323
import org.opensearch.sql.util.Retry;
2424

25+
@Ignore
2526
@Retry
2627
public class CalcitePPLTpchIT extends PPLIntegTestCase {
2728

@@ -40,7 +41,6 @@ public void init() throws Exception {
4041
loadIndex(Index.TPCH_REGION);
4142
}
4243

43-
@Ignore
4444
@Test
4545
public void testQ1() throws IOException {
4646
String ppl = sanitize(loadFromFile("tpch/queries/q1.ppl"));

integ-test/src/test/java/org/opensearch/sql/calcite/tpch/CalcitePPLTpchPaginatingIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
package org.opensearch.sql.calcite.tpch;
77

88
import org.junit.After;
9+
import org.junit.Ignore;
910
import org.opensearch.sql.util.Retry;
1011

12+
@Ignore
1113
@Retry
1214
public class CalcitePPLTpchPaginatingIT extends CalcitePPLTpchIT {
1315

0 commit comments

Comments
 (0)