Skip to content

Commit

Permalink
Removed Mandrel 21 only test methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Karm committed Nov 30, 2023
1 parent 5f54eb5 commit 198762e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -786,14 +786,6 @@ public void calendarsBakedIn(TestInfo testInfo) throws IOException, InterruptedE
}
}

@Test
@Tag("jdk-17")
@Tag("recordannotations")
@IfMandrelVersion(min = "21.3.1.1", max = "21.3.999", minJDK = "17")
public void recordAnnotationsWork21_3(TestInfo testInfo) throws IOException, InterruptedException {
recordAnnotationsWork(testInfo);
}

@Test
@Tag("jdk-17")
@Tag("recordannotations")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ public void spaceInPath_22(TestInfo testInfo) throws IOException {
spaceInPath(testInfo);
}

@Test
@IfMandrelVersion(min = "21.3.3", max = "21.3.999")
public void spaceInPath_21(TestInfo testInfo) throws IOException {
spaceInPath(testInfo);
}

public void spaceInPath(TestInfo testInfo) throws IOException {
final Path graalHomeSpace = Path.of(System.getProperty("java.io.tmpdir"), "there are spaces");
try {
Expand Down

0 comments on commit 198762e

Please sign in to comment.