mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
Skip Gradle tests for now
This commit is contained in:
@@ -18,10 +18,12 @@ import java.util.Map;
|
||||
|
||||
import org.apache.maven.model.Dependency;
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import io.quarkus.cli.commands.writer.FileProjectWriter;
|
||||
|
||||
@Disabled
|
||||
class GradleBuildFileTest {
|
||||
|
||||
private static GradleBuildFileFromConnector buildFile;
|
||||
|
||||
@@ -6,8 +6,10 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
import org.gradle.api.Project;
|
||||
import org.gradle.api.tasks.TaskContainer;
|
||||
import org.gradle.testfixtures.ProjectBuilder;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
@Disabled
|
||||
public class QuarkusPluginTest {
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user