|
@@ -10,7 +10,6 @@ package org.elasticsearch.xpack.esql.expression.function.scalar.convert;
|
|
|
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.geo.ShapeTestUtils;
|
|
|
import org.elasticsearch.xpack.esql.expression.function.AbstractFunctionTestCase;
|
|
@@ -27,7 +26,6 @@ import java.util.function.Supplier;
|
|
|
|
|
|
import static org.elasticsearch.xpack.ql.util.SpatialCoordinateTypes.CARTESIAN;
|
|
|
|
|
|
-@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/104127")
|
|
|
public class ToCartesianPointTests extends AbstractFunctionTestCase {
|
|
|
public ToCartesianPointTests(@Name("TestCase") Supplier<TestCaseSupplier.TestCase> testCaseSupplier) {
|
|
|
this.testCase = testCaseSupplier.get();
|