diff options
Diffstat (limited to 'sonar-server/src/test')
-rw-r--r-- | sonar-server/src/test/java/org/sonar/server/qualityprofile/ActiveRuleBackendMediumTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
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); |