We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af8cc8 commit 895f24cCopy full SHA for 895f24c
1 file changed
integ-test/src/test/java/org/opensearch/sql/ppl/JsonFunctionsIT.java
@@ -17,8 +17,10 @@
17
import java.util.Map;
18
import org.json.JSONArray;
19
import org.json.JSONObject;
20
+import org.junit.Ignore;
21
import org.junit.jupiter.api.Test;
22
23
+@Ignore("https://github.com/opensearch-project/sql/issues/3565")
24
public class JsonFunctionsIT extends PPLIntegTestCase {
25
@Override
26
public void init() throws Exception {
0 commit comments