import java.util.Map;
import org.junit.AfterClass;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import org.sonar.wsclient.issue.IssueQuery;
import org.sonarqube.ws.WsMeasures;
}
@Test
+ @Ignore("unstable test")
public void new_issues_measures() throws Exception {
setServerProperty(ORCHESTRATOR, "sonar.leak.period", "previous_version");
ORCHESTRATOR.getServer().provisionProject("sample", "Sample");
}
@Test
+ @Ignore("unstable test")
public void new_issues_measures_should_be_zero_on_project_when_no_new_issues_since_x_days() throws Exception {
setServerProperty(ORCHESTRATOR, "sonar.leak.period", "30");
ORCHESTRATOR.getServer().provisionProject("sample", "Sample");