Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,6 @@ tests:
- class: org.elasticsearch.upgrades.TransformSurvivesUpgradeIT
method: testTransformRollingUpgrade
issue: https://github.com/elastic/elasticsearch/issues/132892
- class: org.elasticsearch.index.mapper.LongFieldMapperTests
method: testFetchCoerced
issue: https://github.com/elastic/elasticsearch/issues/132893
- class: org.elasticsearch.xpack.eql.planner.QueryTranslatorTests
method: testMatchOptimization
issue: https://github.com/elastic/elasticsearch/issues/132894
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ protected Number randomNumber() {
return randomDoubleBetween(-MAX_SAFE_LONG_FOR_DOUBLE, MAX_SAFE_LONG_FOR_DOUBLE, true);
}

public void testFetchCoerced() throws IOException {
assertFetch(randomFetchTestMapper(), "field", 3.783147882954537E18, randomFetchTestFormat());
}

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