We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cd1a9 commit a925326Copy full SHA for a925326
1 file changed
integ-test/src/test/java/org/opensearch/sql/calcite/tpch/CalcitePPLTpchIT.java
@@ -21,6 +21,7 @@
21
import java.util.List;
22
import java.util.Map;
23
import org.json.JSONObject;
24
+import org.junit.Ignore;
25
import org.junit.Test;
26
import org.opensearch.common.unit.TimeValue;
27
import org.opensearch.sql.calcite.standalone.CalcitePPLIntegTestCase;
@@ -436,6 +437,7 @@ public void testQ18() {
436
437
verifyNumOfRows(actual, 0);
438
}
439
440
+ @Ignore("This IT is easily flaky failure in 2.19.0, but more stable after 2.19.3")
441
@Test
442
public void testQ19() {
443
String ppl = loadFromFile("tpch/queries/q19.ppl");
0 commit comments