We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12ebb3 commit fb952a6Copy full SHA for fb952a6
1 file changed
integ-test/src/test/java/org/opensearch/sql/calcite/tpch/CalcitePPLTpchIT.java
@@ -17,6 +17,7 @@
17
import java.util.Locale;
18
import org.json.JSONObject;
19
import org.junit.Assume;
20
+import org.junit.Ignore;
21
import org.junit.Test;
22
import org.opensearch.sql.ppl.PPLIntegTestCase;
23
import org.opensearch.sql.util.Retry;
@@ -39,6 +40,7 @@ public void init() throws Exception {
39
40
loadIndex(Index.TPCH_REGION);
41
}
42
43
+ @Ignore("Flaky test - see https://github.com/opensearch-project/sql/issues/XXXX")
44
@Test
45
public void testQ1() throws IOException {
46
String ppl = sanitize(loadFromFile("tpch/queries/q1.ppl"));
0 commit comments