From 52e7e49696479c7251263c24fefe02bd99fdfaca Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 2 Oct 2017 12:12:20 +0200 Subject: [PATCH] Temporarily disable integration tests on clustering Need more than 1 CPU on the test environment. --- .../src/test/java/org/sonarqube/tests/cluster/ClusterTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/src/test/java/org/sonarqube/tests/cluster/ClusterTest.java b/tests/src/test/java/org/sonarqube/tests/cluster/ClusterTest.java index ea5069f5ece..c3fc01257d2 100644 --- a/tests/src/test/java/org/sonarqube/tests/cluster/ClusterTest.java +++ b/tests/src/test/java/org/sonarqube/tests/cluster/ClusterTest.java @@ -32,6 +32,7 @@ import java.util.function.Consumer; import java.util.stream.IntStream; import org.apache.commons.io.FileUtils; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.DisableOnDebug; @@ -52,6 +53,7 @@ import static org.junit.Assert.fail; import static org.sonarqube.tests.cluster.NodeConfig.newApplicationConfig; import static org.sonarqube.tests.cluster.NodeConfig.newSearchConfig; +@Ignore public class ClusterTest { @Rule -- 2.39.5