]> source.dussan.org Git - sonarqube.git/commitdiff
Temporarily disable integration tests on clustering
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 2 Oct 2017 10:12:20 +0000 (12:12 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 2 Oct 2017 10:12:20 +0000 (12:12 +0200)
Need more than 1 CPU on the test environment.

tests/src/test/java/org/sonarqube/tests/cluster/ClusterTest.java

index ea5069f5ece7a6e2618ef1335355ec23a0f6feeb..c3fc01257d2820ce44404b83de26d3c228b17591 100644 (file)
@@ -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