Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

import static org.elasticsearch.xpack.esql.CsvTestUtils.isEnabled;
import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.JOIN_LOOKUP_V12;
import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.SOURCE_FIELD_MAPPING;

public class MixedClusterEsqlSpecIT extends EsqlSpecTestCase {
@ClassRule
Expand Down Expand Up @@ -93,7 +92,7 @@ protected boolean supportsIndexModeLookup() throws IOException {

@Override
protected boolean supportsSourceFieldMapping() throws IOException {
return hasCapabilities(List.of(SOURCE_FIELD_MAPPING.capabilityName()));
return false;
}

@Override
Expand Down