]> source.dussan.org Git - sonarqube.git/commitdiff
Disable unstable test
authorDuarte Meneses <duarte.meneses@sonarsource.com>
Thu, 14 Jan 2016 10:55:15 +0000 (11:55 +0100)
committerDuarte Meneses <duarte.meneses@sonarsource.com>
Thu, 14 Jan 2016 10:55:15 +0000 (11:55 +0100)
it/it-tests/src/test/java/it/analysis/IssuesModeTest.java

index 136132de52d2c1ff46fe6360a77730b6a947d971..b9a761165a284d0eb2893b10a46f63a118ceb124 100644 (file)
@@ -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");