Skip to content

Commit 6d80d58

Browse files
committed
Add capability to test
1 parent 99802f1 commit 6d80d58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/session/IndexResolverFieldNamesTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,6 +1734,7 @@ public void testDropWildcardedFields_AfterRename() {
17341734
}
17351735

17361736
public void testDropWildcardFields_WithLookupJoin() {
1737+
assumeTrue("LOOKUP JOIN available as snapshot only", EsqlCapabilities.Cap.JOIN_LOOKUP_V12.isEnabled());
17371738
assertFieldNames(
17381739
"""
17391740
FROM sample_data

0 commit comments

Comments
 (0)