Skip to content

Commit

Permalink
Merge pull request quarkusio#11763 from ia3andy/revert-dis
Browse files Browse the repository at this point in the history
Revert "Disable failing CodeStarts test"
  • Loading branch information
gsmet authored Sep 1, 2020
2 parents 7a84c4a + 6c37fea commit 534dec6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 534dec6

Please sign in to comment.