From 5fc76659616970b3b97a6210290b0e3eee441671 Mon Sep 17 00:00:00 2001 From: Stephane Gamard Date: Thu, 3 Jul 2014 15:24:25 +0200 Subject: SONAR-5007 - Ignore test for SONAR-5183 --- .../org/sonar/server/qualityprofile/ActiveRuleBackendMediumTest.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sonar-server/src/test') diff --git a/sonar-server/src/test/java/org/sonar/server/qualityprofile/ActiveRuleBackendMediumTest.java b/sonar-server/src/test/java/org/sonar/server/qualityprofile/ActiveRuleBackendMediumTest.java index 1882cf33f33..2c5ff0f035f 100644 --- a/sonar-server/src/test/java/org/sonar/server/qualityprofile/ActiveRuleBackendMediumTest.java +++ b/sonar-server/src/test/java/org/sonar/server/qualityprofile/ActiveRuleBackendMediumTest.java @@ -23,6 +23,7 @@ import com.google.common.collect.ImmutableList; import com.google.common.collect.Multimap; import org.junit.Before; import org.junit.ClassRule; +import org.junit.Ignore; import org.junit.Test; import org.sonar.api.rule.RuleKey; import org.sonar.api.rule.RuleStatus; @@ -66,6 +67,7 @@ public class ActiveRuleBackendMediumTest { } @Test + @Ignore("To be fixed with DB Time zone sprint -- SONAR-5183") public void synchronize_index() throws Exception { QualityProfileDto profile1 = QProfileTesting.newXooP1(); db.qualityProfileDao().insert(dbSession, profile1); -- cgit v1.2.3