aboutsummaryrefslogtreecommitdiffstats
path: root/it
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-04-11 10:07:25 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-04-11 10:07:25 +0200
commit2eb502bdc8a92e555033f7e53b213b51a70037a4 (patch)
tree81cdd7712f270063f624253896fde68fc0fe8648 /it
parent61e72deca5f7a39ea0b3e4236fc668089c885eee (diff)
downloadsonarqube-2eb502bdc8a92e555033f7e53b213b51a70037a4.tar.gz
sonarqube-2eb502bdc8a92e555033f7e53b213b51a70037a4.zip
Disable a test of EventTest which raises too many false-positives
Diffstat (limited to 'it')
-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");