From bf67c765fb266e41a82b302eafb85d7837a3a6ff Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 31 Mar 2016 14:25:53 +0200 Subject: [PATCH] Ignore a test of EventTest that has too many false-positives --- it/it-tests/src/test/java/it/projectEvent/EventTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/it/it-tests/src/test/java/it/projectEvent/EventTest.java b/it/it-tests/src/test/java/it/projectEvent/EventTest.java index f1be806d728..fb3c634896c 100644 --- a/it/it-tests/src/test/java/it/projectEvent/EventTest.java +++ b/it/it-tests/src/test/java/it/projectEvent/EventTest.java @@ -27,6 +27,7 @@ import it.Category4Suite; import java.util.List; import org.junit.Before; import org.junit.ClassRule; +import org.junit.Ignore; import org.junit.Test; import org.junit.experimental.categories.Category; import org.sonar.wsclient.services.Event; @@ -51,6 +52,7 @@ public class EventTest { } @Test + @Ignore("Too many false-positives") public void configuration_of_event() { executeAnalysis(); -- 2.39.5