Skip to content

Commit f02eb48

Browse files
committed
ignore client error
Signed-off-by: Lantao Jin <ltjin@amazon.com>
1 parent 16eed7d commit f02eb48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • integ-test/src/test/java/org/opensearch/sql/calcite/big5

integ-test/src/test/java/org/opensearch/sql/calcite/big5/PPLBig5IT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,13 @@ public void testDH3() throws IOException {
181181
timing("DH3", ppl);
182182
}
183183

184-
@Test
184+
@Ignore("DH4 fail in client")
185185
public void testDH4() throws IOException {
186186
String ppl = sanitize(loadFromFile("big5/queries/DH4.ppl"));
187187
timing("DH4", ppl);
188188
}
189189

190-
@Test
190+
@Ignore("DH5 fail in client")
191191
public void testDH5() throws IOException {
192192
String ppl = sanitize(loadFromFile("big5/queries/DH5.ppl"));
193193
timing("DH5", ppl);

0 commit comments

Comments
 (0)