Skip to content

Commit fb952a6

Browse files
committed
[Maintenance] Temporarily Ignore TPCH flaky test
Signed-off-by: Jialiang Liang <jiallian@amazon.com>
1 parent f12ebb3 commit fb952a6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import java.util.Locale;
1818
import org.json.JSONObject;
1919
import org.junit.Assume;
20+
import org.junit.Ignore;
2021
import org.junit.Test;
2122
import org.opensearch.sql.ppl.PPLIntegTestCase;
2223
import org.opensearch.sql.util.Retry;
@@ -39,6 +40,7 @@ public void init() throws Exception {
3940
loadIndex(Index.TPCH_REGION);
4041
}
4142

43+
@Ignore("Flaky test - see https://github.com/opensearch-project/sql/issues/XXXX")
4244
@Test
4345
public void testQ1() throws IOException {
4446
String ppl = sanitize(loadFromFile("tpch/queries/q1.ppl"));

0 commit comments

Comments
 (0)