Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed Sep 1, 2023
1 parent fb9f2b7 commit 105948f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@

package org.junit.platform.engine.support.hierarchical;

import static org.apiguardian.api.API.Status.EXPERIMENTAL;

import org.apiguardian.api.API;
import org.junit.platform.engine.ConfigurationParameters;

@API(status = EXPERIMENTAL, since = "1.10.1")
public class VirtualThreadHierarchicalTestExecutorServiceFactory {

public static HierarchicalTestExecutorService create(
Expand Down
2 changes: 1 addition & 1 deletion platform-tests/platform-tests.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tasks {
useJUnitPlatform {
excludeTags("exclude")
}
jvmArgs("-Xmx1g", "--enable-preview")
jvmArgs("-Xmx1g")
distribution {
// Retry in a new JVM on Windows to improve chances of successful retries when
// cached resources are used (e.g. in ClasspathScannerTests)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

package org.junit.platform.engine.support.hierarchical;

import static org.junit.jupiter.api.condition.JRE.JAVA_19;
import static org.junit.jupiter.api.condition.JRE.JAVA_21;

import org.junit.jupiter.api.condition.EnabledOnJre;

Expand Down

0 comments on commit 105948f

Please sign in to comment.