Skip to content

Commit 53436ac

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d6f9d3a commit 53436ac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/GenerativeForkRestTest.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@ protected void shouldSkipTest(String testName) throws IOException {
6060
testCase.requiredCapabilities.contains(SUBQUERY_IN_FROM_COMMAND.capabilityName())
6161
);
6262

63-
assumeFalse(
64-
"Tests using PROMQL are not supported for now",
65-
testCase.requiredCapabilities.contains(PROMQL_V0.capabilityName())
66-
);
63+
assumeFalse("Tests using PROMQL are not supported for now", testCase.requiredCapabilities.contains(PROMQL_V0.capabilityName()));
6764

6865
assumeTrue("Cluster needs to support FORK", hasCapabilities(adminClient(), List.of(FORK_V9.capabilityName())));
6966
}

0 commit comments

Comments
 (0)