Skip to content

Commit 2e78330

Browse files
authored
Add entitlement annotation to allow renderDocs (#134578)
1 parent cb8dd16 commit 2e78330

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
@@ -93,6 +93,7 @@
9393
/**
9494
* Base class for function tests.
9595
*/
96+
@ESTestCase.EntitledTestPackages({ "sun.font", "sun.awt" }) // For renderDocs
9697
public abstract class AbstractFunctionTestCase extends ESTestCase {
9798

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

0 commit comments

Comments
 (0)