Skip to content

Commit e31f0aa

Browse files
committed
Yeehaw
1 parent c494208 commit e31f0aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/entitlement/qa/entitled-plugin/src/main/java/org/elasticsearch/entitlement/qa/entitled/EntitledPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class EntitledPlugin extends Plugin implements ExtensiblePlugin {
2626
* to ensure the entitlement system is handling them correctly.
2727
*/
2828
public static void selfTest() {
29-
selfTestEntitled();
29+
// selfTestEntitled();
3030
selfTestNotEntitled();
3131
}
3232

libs/entitlement/src/main/java/org/elasticsearch/entitlement/bootstrap/EntitlementBootstrap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public static void bootstrap(
8484
EntitlementBootstrap.bootstrapArgs = new BootstrapArgs(pluginPolicies, pluginResolver, dataDirs, configDir, tempDir);
8585
exportInitializationToAgent();
8686
loadAgent(findAgentJar());
87-
selfTest();
87+
// selfTest();
8888
}
8989

9090
@SuppressForbidden(reason = "The VirtualMachine API is the only way to attach a java agent dynamically")

0 commit comments

Comments
 (0)