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
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ public byte[] transform(
// effectively the same as returning null anyways, so we instead log it here completely
return null;
}
} else {
logger.trace("Not transforming " + className);
return null;
}
return null;
}
}
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,6 @@ tests:
- class: org.elasticsearch.xpack.sql.qa.mixed_node.SqlCompatIT
method: testNullsOrderWithMissingOrderSupportQueryingNewNode
issue: https://github.com/elastic/elasticsearch/issues/132249
- class: org.elasticsearch.common.logging.JULBridgeTests
method: testThrowable
issue: https://github.com/elastic/elasticsearch/issues/132280
- class: org.elasticsearch.xpack.ml.integration.AutodetectMemoryLimitIT
method: testManyDistinctOverFields
issue: https://github.com/elastic/elasticsearch/issues/132308
Expand Down