aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-07-02 20:20:04 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-07-02 20:20:04 +0200
commit93760ab44b86da178ac39f68d9e51d9b4e57b7cb (patch)
treea474fd5a2b6c0c7c4f10b9234c546d2c30b1bdcb /sonar-batch/src
parentbe9b5a2ea93b7959cbaa4a630bff79467b3ba8d0 (diff)
downloadsonarqube-93760ab44b86da178ac39f68d9e51d9b4e57b7cb.tar.gz
sonarqube-93760ab44b86da178ac39f68d9e51d9b4e57b7cb.zip
Temporarily disable a test of LogListenerTest
Diffstat (limited to 'sonar-batch/src')
-rw-r--r--sonar-batch/src/test/java/org/sonar/batch/mediumtest/log/LogListenerTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-batch/src/test/java/org/sonar/batch/mediumtest/log/LogListenerTest.java b/sonar-batch/src/test/java/org/sonar/batch/mediumtest/log/LogListenerTest.java
index 98d18d5a461..61677f28b69 100644
--- a/sonar-batch/src/test/java/org/sonar/batch/mediumtest/log/LogListenerTest.java
+++ b/sonar-batch/src/test/java/org/sonar/batch/mediumtest/log/LogListenerTest.java
@@ -33,6 +33,7 @@ import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
@@ -145,6 +146,7 @@ public class LogListenerTest {
}
@Test
+ @Ignore("Temporarily disabled - frequent errors on local box and travis-ci")
public void testNoFormattedMsgs() throws IOException {
File srcDir = new File(baseDir, "src");
srcDir.mkdir();