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 @@ -93,6 +93,7 @@
/**
* Base class for function tests.
*/
@ESTestCase.EntitledTestPackages({ "sun.font", "sun.awt" }) // For renderDocs
Copy link
Contributor

@craigtaverner craigtaverner Sep 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Render docs can be called in more places than this, so it is still possible (in principle) to see this error elsewhere. But if we do see it, at least we have an idea how to fix it.

public abstract class AbstractFunctionTestCase extends ESTestCase {

private static EsqlFunctionRegistry functionRegistry = new EsqlFunctionRegistry().snapshotRegistry();
Expand Down