Skip to content

Commit

Permalink
Disable testShenandoah (#3083)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyams authored May 19, 2023
1 parent 7b98085 commit 30e86a1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import java.util.Optional;
import java.util.StringJoiner;
import java.util.function.Predicate;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.EnabledForJreRange;
import org.junit.jupiter.api.condition.EnabledOnOs;
Expand Down Expand Up @@ -41,6 +42,7 @@ void testSerial() throws Exception {
testGc("-XX:+UseSerialGC", 50);
}

@Disabled
@Test
@EnabledForJreRange(min = JAVA_11)
void testShenandoah() throws Exception {
Expand Down

0 comments on commit 30e86a1

Please sign in to comment.