|
@@ -10,6 +10,7 @@ package org.elasticsearch.xpack.esql.expression.function.scalar.string;
|
|
|
import com.carrotsearch.randomizedtesting.annotations.Name;
|
|
|
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
|
|
|
|
|
|
+import org.apache.lucene.tests.util.LuceneTestCase;
|
|
|
import org.apache.lucene.util.BytesRef;
|
|
|
import org.elasticsearch.compute.data.Block;
|
|
|
import org.elasticsearch.xpack.esql.expression.function.AbstractFunctionTestCase;
|
|
@@ -30,6 +31,7 @@ import static org.hamcrest.Matchers.equalTo;
|
|
|
import static org.hamcrest.Matchers.nullValue;
|
|
|
import static org.hamcrest.Matchers.startsWith;
|
|
|
|
|
|
+@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/106533")
|
|
|
public class RLikeTests extends AbstractFunctionTestCase {
|
|
|
public RLikeTests(@Name("TestCase") Supplier<TestCaseSupplier.TestCase> testCaseSupplier) {
|
|
|
this.testCase = testCaseSupplier.get();
|