Skip to content

Commit 7557ef9

Browse files
committed
Add entitlement annotation to allow renderDocs (elastic#134578)
1 parent 2061511 commit 7557ef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/AbstractFunctionTestCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
/**
9191
* Base class for function tests.
9292
*/
93+
@ESTestCase.EntitledTestPackages({ "sun.font", "sun.awt" }) // For renderDocs
9394
public abstract class AbstractFunctionTestCase extends ESTestCase {
9495

9596
private static EsqlFunctionRegistry functionRegistry = new EsqlFunctionRegistry().snapshotRegistry();

0 commit comments

Comments
 (0)