Skip to content

Commit 5a14086

Browse files
committed
check for fork cap before testing ForkIT
1 parent 0d7e44b commit 5a14086

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action

1 file changed

+1
-0
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/ForkIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public class ForkIT extends AbstractEsqlIntegTestCase {
2727

2828
@Before
2929
public void setupIndex() {
30+
assumeTrue("requires FORK capability", EsqlCapabilities.Cap.FORK.isEnabled());
3031
createAndPopulateIndex();
3132
}
3233

0 commit comments

Comments
 (0)