Skip to content

Commit f5fda25

Browse files
committed
Ignore patterns IT that are to be fixed in 4968
Signed-off-by: Yuanchun Shen <yuanchu@amazon.com>
1 parent 330a4e5 commit f5fda25

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

integ-test/src/test/java/org/opensearch/sql/calcite/remote/CalcitePPLPatternsIT.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import com.google.common.collect.ImmutableMap;
1919
import java.io.IOException;
2020
import org.json.JSONObject;
21+
import org.junit.Ignore;
2122
import org.junit.Test;
2223
import org.opensearch.sql.ppl.PPLIntegTestCase;
2324

@@ -287,6 +288,7 @@ public void testBrainLabelMode_ShowNumberedToken() throws IOException {
287288
ImmutableList.of("-6620182933895093708"))));
288289
}
289290

291+
@Ignore("To be fixed in https://github.com/opensearch-project/sql/issues/4968")
290292
@Test
291293
public void testBrainAggregationMode_NotShowNumberedToken() throws IOException {
292294
JSONObject result =
@@ -337,6 +339,7 @@ public void testBrainAggregationMode_NotShowNumberedToken() throws IOException {
337339
"PacketResponder failed for blk_-1547954353065580372")));
338340
}
339341

342+
@Ignore("To be fixed in https://github.com/opensearch-project/sql/issues/4968")
340343
@Test
341344
public void testBrainAggregationMode_ShowNumberedToken() throws IOException {
342345
JSONObject result =
@@ -420,6 +423,7 @@ public void testBrainAggregationMode_ShowNumberedToken() throws IOException {
420423
"PacketResponder failed for blk_-1547954353065580372")));
421424
}
422425

426+
@Ignore("To be fixed in https://github.com/opensearch-project/sql/issues/4968")
423427
@Test
424428
public void testBrainAggregationModeWithGroupByClause_ShowNumberedToken() throws IOException {
425429
JSONObject result =

0 commit comments

Comments
 (0)