From 6c37feadef93c129580471e158dc18e1c8e13930 Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Tue, 1 Sep 2020 08:03:26 +0200 Subject: [PATCH] Revert "Disable failing CodeStarts test" This reverts commit 11f37926 --- .../java/io/quarkus/devtools/codestarts/CodestartsTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/independent-projects/tools/codestarts/src/test/java/io/quarkus/devtools/codestarts/CodestartsTest.java b/independent-projects/tools/codestarts/src/test/java/io/quarkus/devtools/codestarts/CodestartsTest.java index 99fae41c20860..95b64444aab62 100644 --- a/independent-projects/tools/codestarts/src/test/java/io/quarkus/devtools/codestarts/CodestartsTest.java +++ b/independent-projects/tools/codestarts/src/test/java/io/quarkus/devtools/codestarts/CodestartsTest.java @@ -13,7 +13,6 @@ import org.apache.commons.io.FileUtils; import org.assertj.core.api.Assertions; import org.junit.jupiter.api.BeforeEach; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; class CodestartsTest { @@ -90,7 +89,6 @@ void checkDefaultProject() throws IOException { } @Test - @Disabled void checkSpecificProject() throws IOException { final TestCodestartResourceLoader resourceLoader = new TestCodestartResourceLoader(); final CodestartInput input = CodestartInput.builder(resourceLoader)