Skip to content

Commit

Permalink
enable skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
maiflai committed Jun 25, 2024
1 parent 007334f commit 46afb37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/functionalTest/java/org/scoverage/CompositeBuildTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ public CompositeBuildTest() {
super("composite-build");
}

@Ignore
@Test
public void buildComposite() {

runComposite("clean", "build");
}

@Ignore
@Test
public void reportComposite() {

Expand Down

0 comments on commit 46afb37

Please sign in to comment.