Skip to content

Commit 490e663

Browse files
authored
Re-enable test disabled due to resolved JDK issue (#4133)
Resolves #3594.
1 parent a9b0a12 commit 490e663

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

platform-tests/src/test/java/org/junit/platform/reporting/open/xml/OpenTestReportGeneratingListenerTests.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import static java.util.Objects.requireNonNull;
1414
import static org.assertj.core.api.Assertions.assertThat;
1515
import static org.junit.jupiter.api.Assertions.fail;
16-
import static org.junit.jupiter.api.condition.JRE.JAVA_22;
1716
import static org.junit.jupiter.api.io.CleanupMode.ON_SUCCESS;
1817
import static org.junit.platform.engine.discovery.DiscoverySelectors.selectUniqueId;
1918
import static org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder.request;
@@ -27,7 +26,6 @@
2726
import java.nio.file.Path;
2827

2928
import org.junit.jupiter.api.Test;
30-
import org.junit.jupiter.api.condition.DisabledForJreRange;
3129
import org.junit.jupiter.api.io.TempDir;
3230
import org.junit.platform.engine.TestEngine;
3331
import org.junit.platform.engine.UniqueId;
@@ -43,7 +41,6 @@
4341
*
4442
* @since 1.9
4543
*/
46-
@DisabledForJreRange(min = JAVA_22, disabledReason = "https://github.com/junit-team/junit5/issues/3594")
4744
public class OpenTestReportGeneratingListenerTests {
4845

4946
@TempDir(cleanup = ON_SUCCESS)

0 commit comments

Comments
 (0)