summaryrefslogtreecommitdiffstats
path: root/it
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2016-05-16 08:44:46 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2016-05-16 08:44:46 +0200
commit6de1334d5b851ec4b17b146a3b3ef042d65bfb69 (patch)
tree060dd2b47de08f9abc6871b276495ec36c464021 /it
parent0d8e999c06070b75bdfe8a780cf10aa709ee8e27 (diff)
downloadsonarqube-6de1334d5b851ec4b17b146a3b3ef042d65bfb69.tar.gz
sonarqube-6de1334d5b851ec4b17b146a3b3ef042d65bfb69.zip
SONAR-7175 Ignore test waiting for QA
Diffstat (limited to 'it')
-rw-r--r--it/it-tests/src/test/java/it/dbCleaner/PurgeTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/it/it-tests/src/test/java/it/dbCleaner/PurgeTest.java b/it/it-tests/src/test/java/it/dbCleaner/PurgeTest.java
index d2040c301ae..c858fadd61a 100644
--- a/it/it-tests/src/test/java/it/dbCleaner/PurgeTest.java
+++ b/it/it-tests/src/test/java/it/dbCleaner/PurgeTest.java
@@ -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");