Skip to content

Commit 81c9f69

Browse files
committed
Disable test for now
Issue: #2764
1 parent 4f17bea commit 81c9f69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platform-tooling-support-tests/src/test/java/platform/tooling/support/tests/MultiReleaseJarTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
import de.sormuras.bartholdy.Result;
2424

25+
import org.junit.jupiter.api.Disabled;
2526
import org.junit.jupiter.api.Test;
2627

2728
import platform.tooling.support.MavenRepo;
@@ -32,6 +33,7 @@
3233
*/
3334
class MultiReleaseJarTests {
3435

36+
@Disabled("https://github.com/junit-team/junit5/issues/2764")
3537
@Test
3638
void checkDefault() throws Exception {
3739
var variant = "default";

0 commit comments

Comments
 (0)