Unignore DependencyTreeTest

This commit is contained in:
BoykoAlex
2021-05-14 16:40:32 -04:00
parent eca0d6344a
commit 6a1a5ca180

View File

@@ -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 {