aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-04-13 14:13:48 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-04-13 14:14:07 +0200
commit100bc576a29e452a0e8a766e7dabaabd49560ae8 (patch)
tree67ad4d27dde58bd80a36b5015baa486f82484d68
parent48a89481c7741e9f26bb3858e983567823b06700 (diff)
downloadsonarqube-100bc576a29e452a0e8a766e7dabaabd49560ae8.tar.gz
sonarqube-100bc576a29e452a0e8a766e7dabaabd49560ae8.zip
Disable EventTest#event_widget() because of false-positives
-rw-r--r--it/it-tests/src/test/java/it/projectEvent/EventTest.java1
1 files changed, 1 insertions, 0 deletions
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 fb3c634896c..16b41beca67 100644
--- a/it/it-tests/src/test/java/it/projectEvent/EventTest.java
+++ b/it/it-tests/src/test/java/it/projectEvent/EventTest.java
@@ -75,6 +75,7 @@ public class EventTest {
}
@Test
+ @Ignore("Too many false-positives")
public void event_widget() {
// first build, in the past
executeAnalysis("sonar.projectDate", "2016-01-01");