Skip to content

Commit

Permalink
Fixes version maxJDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Karm committed Sep 17, 2024
1 parent 0732e2b commit be6f2ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -819,13 +819,13 @@ public void monitorFieldOffset(TestInfo testInfo, Apps app) throws IOException,

@Test
@Tag("builder-image")
@IfMandrelVersion(min = "23.1.5", maxJDK = "21.999", inContainer = true)
@IfMandrelVersion(min = "23.1.5", maxJDK = "21.0.999", inContainer = true)
public void forSerializationContainer21Test(TestInfo testInfo) throws IOException, InterruptedException {
forSerialization(testInfo, Apps.FOR_SERIALIZATION_BUILDER_IMAGE);
}

@Test
@IfMandrelVersion(min = "23.1.5", maxJDK = "21.999")
@IfMandrelVersion(min = "23.1.5", maxJDK = "21.0.999")
public void forSerialization21Test(TestInfo testInfo) throws IOException, InterruptedException {
forSerialization(testInfo, Apps.FOR_SERIALIZATION);
}
Expand Down

0 comments on commit be6f2ee

Please sign in to comment.