aboutsummaryrefslogtreecommitdiffstats
path: root/it
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2016-01-14 11:55:15 +0100
committerDuarte Meneses <duarte.meneses@sonarsource.com>2016-01-14 11:55:15 +0100
commit2afd8ea836344b1c7c00f6622db0cf8ad1710d2e (patch)
treea8e6b9993fa1c74b8f19888c62cc5ec41c34ed05 /it
parent42cf60a64a18c941b0c844ad3cf4ecd8f86a9612 (diff)
downloadsonarqube-2afd8ea836344b1c7c00f6622db0cf8ad1710d2e.tar.gz
sonarqube-2afd8ea836344b1c7c00f6622db0cf8ad1710d2e.zip
Disable unstable test
Diffstat (limited to 'it')
-rw-r--r--it/it-tests/src/test/java/it/analysis/IssuesModeTest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/it/it-tests/src/test/java/it/analysis/IssuesModeTest.java b/it/it-tests/src/test/java/it/analysis/IssuesModeTest.java
index 136132de52d..b9a761165a2 100644
--- a/it/it-tests/src/test/java/it/analysis/IssuesModeTest.java
+++ b/it/it-tests/src/test/java/it/analysis/IssuesModeTest.java
@@ -47,6 +47,7 @@ import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import org.junit.Before;
import org.junit.ClassRule;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
@@ -388,6 +389,8 @@ public class IssuesModeTest {
}
@Test
+ @Ignore
+ // Disabled until SONAR-7124 is fixed
public void concurrent_issue_mode_on_existing_project() throws Exception {
restoreProfile("one-issue-per-line.xml");
orchestrator.getServer().provisionProject("sample", "xoo-sample");