Skip to content

Commit eb80b2d

Browse files
committed
Ignore flaky test
Signed-off-by: Peng Huo <penghuo@gmail.com>
1 parent 0473cc8 commit eb80b2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integ-test/src/test/java/org/opensearch/sql/calcite/standalone/CalcitePPLStringBuiltinFunctionIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
import java.io.IOException;
1313
import org.json.JSONObject;
14+
import org.junit.Ignore;
1415
import org.junit.jupiter.api.Test;
1516
import org.opensearch.client.Request;
1617

@@ -121,7 +122,7 @@ public void testUpper() {
121122
verifyDataRows(actual, rows("Hello", 30));
122123
}
123124

124-
@Test
125+
@Ignore("TODO, flaky test")
125126
public void testLike() {
126127
JSONObject actual =
127128
executeQuery(

0 commit comments

Comments
 (0)