diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-02 12:12:20 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-02 12:12:20 +0200 |
commit | 52e7e49696479c7251263c24fefe02bd99fdfaca (patch) | |
tree | 3e34aea370d8e2e1b90daa863934118774566d7c /tests/src | |
parent | 2c819392f3d7d67d100e51cc2afa30b32a48cb6e (diff) | |
download | sonarqube-52e7e49696479c7251263c24fefe02bd99fdfaca.tar.gz sonarqube-52e7e49696479c7251263c24fefe02bd99fdfaca.zip |
Temporarily disable integration tests on clustering
Need more than 1 CPU on the test environment.
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/test/java/org/sonarqube/tests/cluster/ClusterTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
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 |