From: Simon Brandhof Date: Wed, 14 Jun 2017 12:11:30 +0000 (+0200) Subject: Disable test ScheduleImplTest because of false-positives on Travis X-Git-Tag: 6.5-M1~45 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=91f7587717a9fe3137e3f46f3b6eb6120cc6437c;p=sonarqube.git Disable test ScheduleImplTest because of false-positives on Travis --- diff --git a/server/sonar-process-monitor/src/test/java/org/sonar/application/SchedulerImplTest.java b/server/sonar-process-monitor/src/test/java/org/sonar/application/SchedulerImplTest.java index eae0850b815..5c7823d4a2a 100644 --- a/server/sonar-process-monitor/src/test/java/org/sonar/application/SchedulerImplTest.java +++ b/server/sonar-process-monitor/src/test/java/org/sonar/application/SchedulerImplTest.java @@ -26,6 +26,7 @@ import java.util.List; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import org.junit.After; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.DisableOnDebug; @@ -175,6 +176,7 @@ public class SchedulerImplTest { } @Test + @Ignore("false-positives on Travis CI") public void restart_reloads_java_commands_and_restarts_all_processes() throws Exception { Scheduler underTest = startAll();