Skip to content

Commit d9beed1

Browse files
ES|QL: disable mixed cluster CSV tests that require source field mapping (#122607)
1 parent 208a074 commit d9beed1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugin/esql/qa/server/mixed-cluster/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/mixed/MixedClusterEsqlSpecIT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
import static org.elasticsearch.xpack.esql.CsvTestUtils.isEnabled;
2323
import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.JOIN_LOOKUP_V12;
24-
import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.SOURCE_FIELD_MAPPING;
2524

2625
public class MixedClusterEsqlSpecIT extends EsqlSpecTestCase {
2726
@ClassRule
@@ -93,7 +92,7 @@ protected boolean supportsIndexModeLookup() throws IOException {
9392

9493
@Override
9594
protected boolean supportsSourceFieldMapping() throws IOException {
96-
return hasCapabilities(List.of(SOURCE_FIELD_MAPPING.capabilityName()));
95+
return false;
9796
}
9897

9998
@Override

0 commit comments

Comments
 (0)