We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb952a6 commit 7952cd4Copy full SHA for 7952cd4
1 file changed
integ-test/src/test/java/org/opensearch/sql/calcite/tpch/CalcitePPLTpchIT.java
@@ -40,7 +40,7 @@ public void init() throws Exception {
40
loadIndex(Index.TPCH_REGION);
41
}
42
43
- @Ignore("Flaky test - see https://github.com/opensearch-project/sql/issues/XXXX")
+ @Ignore
44
@Test
45
public void testQ1() throws IOException {
46
String ppl = sanitize(loadFromFile("tpch/queries/q1.ppl"));
0 commit comments