Skip to content

Commit

Permalink
Temporarily disable CliProjectJBangTest for Java 17+
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Mar 19, 2022
1 parent 9b71f32 commit d6d2ed4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledForJreRange;
import org.junit.jupiter.api.condition.JRE;

import io.quarkus.devtools.project.codegen.CreateProjectHelper;
import io.quarkus.devtools.testing.RegistryClientTestHelper;
import picocli.CommandLine;

@DisabledForJreRange(min = JRE.JAVA_17)
public class CliProjectJBangTest {
static Path workspaceRoot = Paths.get(System.getProperty("user.dir")).toAbsolutePath()
.resolve("target/test-project/CliProjectJBangTest");
Expand Down

0 comments on commit d6d2ed4

Please sign in to comment.