Skip to content

Commit

Permalink
Mute testPooledMemoryChoiceOnNotSmallHeap
Browse files Browse the repository at this point in the history
  • Loading branch information
jkakavas committed Jul 23, 2019
1 parent e5bd3ad commit 4dd9238
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public void testPooledMemoryChoiceOnSmallHeap() throws InterruptedException, IOE
}

public void testPooledMemoryChoiceOnNotSmallHeap() throws InterruptedException, IOException {
assumeFalse(System.getProperty("os.name").startsWith("Windows") && JavaVersion.majorVersion(JavaVersion.CURRENT) == 8);
final String largeHeap = randomFrom(Arrays.asList("1025M", "2048M", "2G", "8G"));
assertThat(
JvmErgonomics.choose(Arrays.asList("-Xms" + largeHeap, "-Xmx" + largeHeap)),
Expand Down

0 comments on commit 4dd9238

Please sign in to comment.