Skip to content

Commit

Permalink
Re-enable test disabled due to resolved JDK issue
Browse files Browse the repository at this point in the history
Resolves #3594.
  • Loading branch information
marcphilipp committed Nov 18, 2024
1 parent a9b0a12 commit 2d4da1a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import static java.util.Objects.requireNonNull;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.jupiter.api.Assertions.fail;
import static org.junit.jupiter.api.condition.JRE.JAVA_22;
import static org.junit.jupiter.api.io.CleanupMode.ON_SUCCESS;
import static org.junit.platform.engine.discovery.DiscoverySelectors.selectUniqueId;
import static org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder.request;
Expand All @@ -27,7 +26,6 @@
import java.nio.file.Path;

import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledForJreRange;
import org.junit.jupiter.api.io.TempDir;
import org.junit.platform.engine.TestEngine;
import org.junit.platform.engine.UniqueId;
Expand All @@ -43,7 +41,6 @@
*
* @since 1.9
*/
@DisabledForJreRange(min = JAVA_22, disabledReason = "https://github.com/junit-team/junit5/issues/3594")
public class OpenTestReportGeneratingListenerTests {

@TempDir(cleanup = ON_SUCCESS)
Expand Down

0 comments on commit 2d4da1a

Please sign in to comment.