]> source.dussan.org Git - sonarqube.git/commitdiff
remove IT of SONAR-2041 which has not been fixed yet
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 22 Dec 2010 09:33:22 +0000 (09:33 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 22 Dec 2010 09:33:22 +0000 (09:33 +0000)
tests/integration/tests/src/test/java/org/sonar/tests/integration/Struts139IT.java

index d3654fafd1173269d7758634b3e6283ac5bab57a..bcffec6f59a6315adf4831c128357cd0d136140e 100644 (file)
@@ -20,6 +20,7 @@
 package org.sonar.tests.integration;
 
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.sonar.api.measures.CoreMetrics;
 import org.sonar.wsclient.Sonar;
@@ -189,10 +190,8 @@ public class Struts139IT {
     assertThat(version.getCategory(), is("Version"));
   }
 
-  /**
-   * See http://jira.codehaus.org/browse/SONAR-2041
-   */
   @Test
+  @Ignore("Not fixed. See http://jira.codehaus.org/browse/SONAR-2041")
   public void unknownMetric() {
     assertThat(getProjectMeasure("notfound"), nullValue());
     assertThat(getCoreModuleMeasure("notfound"), nullValue());