Skip to content

Commit 98b8979

Browse files
authored
Add entitlement annotation to allow renderDocs (#134578) (#134613)
1 parent ae2682d commit 98b8979

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
@@ -123,6 +123,7 @@
123123
/**
124124
* Base class for function tests.
125125
*/
126+
@ESTestCase.EntitledTestPackages({ "sun.font", "sun.awt" }) // For renderDocs
126127
public abstract class AbstractFunctionTestCase extends ESTestCase {
127128
/**
128129
* Operators are unregistered functions.

0 commit comments

Comments
 (0)