Skip to content

Commit 502bbc3

Browse files
committed
This should be working now
1 parent 510c2a8 commit 502bbc3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ protected void shouldSkipTest(String testName) throws IOException {
5555
testCase.requiredCapabilities.contains(UNMAPPED_FIELDS.capabilityName())
5656
);
5757

58-
assumeFalse(
59-
"Tests using implicit_casting_date_and_date_nanos are not supported for now",
60-
testCase.requiredCapabilities.contains(IMPLICIT_CASTING_DATE_AND_DATE_NANOS.capabilityName())
61-
);
62-
6358
assumeTrue("Cluster needs to support FORK", hasCapabilities(adminClient(), List.of(FORK_V9.capabilityName())));
6459
}
6560
}

0 commit comments

Comments
 (0)