Skip to content

Commit 67bffbb

Browse files
authored
Add entitlement annotation to allow renderDocs (elastic#134578) (elastic#134614)
1 parent fe18ee7 commit 67bffbb

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

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

0 commit comments

Comments
 (0)