Skip to content

Commit

Permalink
Only run jdkReflectionsTests with Mandrel >= 23.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Jan 21, 2025
1 parent ddd63d1 commit 4aeff96
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -860,13 +860,13 @@ public void monitorFieldOffsetNOK(TestInfo testInfo, Apps app) throws IOExceptio

@Test
@Tag("builder-image")
@IfMandrelVersion(minJDK = "21.0.0", inContainer = true)
@IfMandrelVersion(min = "23.1.6", inContainer = true)
public void jdkReflectionsContainerTest(TestInfo testInfo) throws IOException, InterruptedException {
jdkReflections(testInfo, Apps.JDK_REFLECTIONS_BUILDER_IMAGE);
}

@Test
@IfMandrelVersion(minJDK = "21.0.0")
@IfMandrelVersion(min = "23.1.6")
public void jdkReflectionsTest(TestInfo testInfo) throws IOException, InterruptedException {
jdkReflections(testInfo, Apps.JDK_REFLECTIONS);
}
Expand Down

0 comments on commit 4aeff96

Please sign in to comment.