Skip to content

Commit

Permalink
Disable test on J9.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Sep 6, 2020
1 parent 9626747 commit 5009d26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void testNativeMethodPrefix() throws Exception {
@AgentAttachmentRule.Enforce
@IntegrationRule.Enforce
@NativeSampleRule.Enforce
@JavaVersionRule.Enforce(atMost = 12)
@JavaVersionRule.Enforce(atMost = 12, j9 = false)
public void testNativeMethodPrefixRetransformation() throws Exception {
assertThat(ByteBuddyAgent.install(), instanceOf(Instrumentation.class));
Class<?> type = classLoader.loadClass(NativeSample.class.getName());
Expand Down

0 comments on commit 5009d26

Please sign in to comment.