File tree Expand file tree Collapse file tree
integ-test/src/test/java/org/opensearch/sql/calcite/remote Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818import com .google .common .collect .ImmutableMap ;
1919import java .io .IOException ;
2020import org .json .JSONObject ;
21+ import org .junit .Ignore ;
2122import org .junit .Test ;
2223import 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 =
You can’t perform that action at this time.
0 commit comments