diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-04-11 10:07:25 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-04-11 10:07:25 +0200 |
commit | 2eb502bdc8a92e555033f7e53b213b51a70037a4 (patch) | |
tree | 81cdd7712f270063f624253896fde68fc0fe8648 /it | |
parent | 61e72deca5f7a39ea0b3e4236fc668089c885eee (diff) | |
download | sonarqube-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.java | 1 |
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"); |