]> source.dussan.org Git - sonarqube.git/commitdiff
fix quality flaw (@ignore not implemented functionality test)
authorStephane Gamard <stephane.gamard@searchbox.com>
Fri, 30 May 2014 15:18:13 +0000 (17:18 +0200)
committerStephane Gamard <stephane.gamard@searchbox.com>
Fri, 30 May 2014 15:18:13 +0000 (17:18 +0200)
sonar-server/src/test/java/org/sonar/server/qualityprofile/RuleActivatorMediumTest.java

index 7100b38531b020fb173a18ef2fe4026e85bed8c2..d38c170a4af737b8d51f62758939cd4729ccb584 100644 (file)
@@ -23,6 +23,7 @@ import com.google.common.collect.ImmutableMap;
 import org.junit.After;
 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.Severity;
@@ -474,6 +475,7 @@ public class RuleActivatorMediumTest {
   }
 
   @Test
+  @Ignore
   public void reset_activation_on_child_profile() throws Exception {
     grantPermission();
     createChildProfiles();