Skip to content

Commit 1816dcf

Browse files
committed
Add entitlement annotation to allow renderDocs (elastic#134578)
1 parent 879b2c1 commit 1816dcf

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
@@ -117,6 +117,7 @@
117117
/**
118118
* Base class for function tests.
119119
*/
120+
@ESTestCase.EntitledTestPackages({ "sun.font", "sun.awt" }) // For renderDocs
120121
public abstract class AbstractFunctionTestCase extends ESTestCase {
121122
/**
122123
* Operators are unregistered functions.

0 commit comments

Comments
 (0)