Skip to content

Commit 222599e

Browse files
committed
Remove block on MultiClusterSpecIT
1 parent a0a4bb6 commit 222599e

File tree

1 file changed

+0
-7
lines changed
  • x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq

1 file changed

+0
-7
lines changed

x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq/MultiClusterSpecIT.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.JOIN_LOOKUP_V12;
5757
import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.JOIN_PLANNING_V1;
5858
import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.METADATA_FIELDS_REMOTE_TEST;
59-
import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.SPATIAL_GRID_INTERSECTS;
6059
import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.UNMAPPED_FIELDS;
6160
import static org.elasticsearch.xpack.esql.qa.rest.RestEsqlTestCase.hasCapabilities;
6261
import static org.mockito.ArgumentMatchers.any;
@@ -148,12 +147,6 @@ protected void shouldSkipTest(String testName) throws IOException {
148147
hasCapabilities(adminClient(), List.of(ENABLE_LOOKUP_JOIN_ON_REMOTE.capabilityName()))
149148
);
150149
}
151-
// Some calls to ST_INTERSECTS with GRID are not yet supported in CCS
152-
// See https://github.com/elastic/elasticsearch/issues/134110
153-
assumeFalse(
154-
"SPATIAL_GRID_INTERSECTS not yet supported in CCS",
155-
testCase.requiredCapabilities.contains(SPATIAL_GRID_INTERSECTS.capabilityName())
156-
);
157150
// Unmapped fields require a correct capability response from every cluster, which isn't currently implemented.
158151
assumeFalse("UNMAPPED FIELDS not yet supported in CCS", testCase.requiredCapabilities.contains(UNMAPPED_FIELDS.capabilityName()));
159152
// Tests that use capabilities not supported in CCS

0 commit comments

Comments
 (0)