Unignore DependencyTreeTest
This commit is contained in:
@@ -28,7 +28,6 @@ import java.util.stream.Collectors;
|
||||
|
||||
import org.apache.maven.artifact.Artifact;
|
||||
import org.apache.maven.project.MavenProject;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
@@ -42,7 +41,6 @@ import org.junit.Test;
|
||||
* 1. Takes 40 mins to execute for the concourse build
|
||||
* 2. The project is only used by tests and highly unlikely to be changed
|
||||
*/
|
||||
@Ignore
|
||||
public class DependencyTreeTest {
|
||||
|
||||
private void testMavenClasspath(String projectName) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user