Skip to content

Commit 30e86a1

Browse files
authored
Disable testShenandoah (#3083)
1 parent 7b98085 commit 30e86a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agent/agent-gc-monitor/gc-monitor-tests/src/test/java/com/microsoft/gcmonitortests/VariousCollectorsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import java.util.Optional;
1515
import java.util.StringJoiner;
1616
import java.util.function.Predicate;
17+
import org.junit.jupiter.api.Disabled;
1718
import org.junit.jupiter.api.Test;
1819
import org.junit.jupiter.api.condition.EnabledForJreRange;
1920
import org.junit.jupiter.api.condition.EnabledOnOs;
@@ -41,6 +42,7 @@ void testSerial() throws Exception {
4142
testGc("-XX:+UseSerialGC", 50);
4243
}
4344

45+
@Disabled
4446
@Test
4547
@EnabledForJreRange(min = JAVA_11)
4648
void testShenandoah() throws Exception {

0 commit comments

Comments
 (0)