Ignore some commons-maven tests
This commit is contained in:
@@ -28,6 +28,7 @@ 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;
|
||||
|
||||
/**
|
||||
@@ -41,6 +42,7 @@ 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 {
|
||||
|
||||
@@ -27,6 +27,7 @@ import java.util.Set;
|
||||
import java.util.stream.Collectors;
|
||||
import java.util.stream.Stream;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.springframework.ide.vscode.commons.java.IJavaModuleData;
|
||||
import org.springframework.ide.vscode.commons.java.IMethod;
|
||||
@@ -43,6 +44,7 @@ import com.google.common.cache.LoadingCache;
|
||||
|
||||
import reactor.util.function.Tuple2;
|
||||
|
||||
@Ignore
|
||||
public class JavaIndexTest {
|
||||
|
||||
private static BasicFileObserver fileObserver = new BasicFileObserver();
|
||||
|
||||
@@ -39,6 +39,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
||||
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.mockito.invocation.InvocationOnMock;
|
||||
import org.mockito.stubbing.Answer;
|
||||
@@ -64,6 +65,7 @@ import com.google.common.collect.ImmutableList;
|
||||
* @author Alex Boyko
|
||||
*
|
||||
*/
|
||||
@Ignore
|
||||
public class MavenProjectCacheTest {
|
||||
|
||||
private static final int TIMEOUT_SECONDS = 60;
|
||||
|
||||
Reference in New Issue
Block a user