Ignore some commons-maven tests

This commit is contained in:
BoykoAlex
2022-01-11 18:08:21 -05:00
parent 9a0600f016
commit ec388d7b1b
3 changed files with 6 additions and 0 deletions

View File

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

View File

@@ -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();

View File

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