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 @@ -118,11 +118,6 @@ protected Number randomNumber() {
return randomDoubleBetween(-MAX_SAFE_LONG_FOR_DOUBLE, MAX_SAFE_LONG_FOR_DOUBLE, true);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/70585")
public void testFetchCoerced() throws IOException {
assertFetch(randomFetchTestMapper(), "field", 3.783147882954537E18, randomFetchTestFormat());
}

protected IngestScriptSupport ingestScriptSupport() {
return new IngestScriptSupport() {
@Override
Expand Down