]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7175 Ignore test waiting for QA
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 16 May 2016 06:44:46 +0000 (08:44 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 16 May 2016 06:44:46 +0000 (08:44 +0200)
it/it-tests/src/test/java/it/dbCleaner/PurgeTest.java

index d2040c301ae847b8acc689eb48df3b600e62196f..c858fadd61ae719ffbe1185a79e9578c20f886fc 100644 (file)
@@ -31,6 +31,7 @@ import org.apache.commons.lang.time.DateFormatUtils;
 import org.apache.commons.lang.time.DateUtils;
 import org.junit.Before;
 import org.junit.ClassRule;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.ErrorCollector;
@@ -172,6 +173,7 @@ public class PurgeTest {
    * SONAR-7175
    */
   @Test
+  @Ignore("Waiting for QA")
   public void keep_latest_snapshot() {
     // Keep all snapshots from last 4 weeks
     setServerProperty(orchestrator, "sonar.dbcleaner.weeksBeforeKeepingOnlyOneSnapshotByWeek", "4");