Skip to content

Commit

Permalink
Revert "Disable failing CodeStarts test"
Browse files Browse the repository at this point in the history
This reverts commit 11f3792
  • Loading branch information
ia3andy committed Sep 1, 2020
1 parent a173945 commit 6c37fea
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 6c37fea

Please sign in to comment.