diff --git a/its/ruling/src/test/java/org/sonar/python/it/PythonRulingTest.java b/its/ruling/src/test/java/org/sonar/python/it/PythonRulingTest.java index 7eeaf3f058..83cbb634b6 100644 --- a/its/ruling/src/test/java/org/sonar/python/it/PythonRulingTest.java +++ b/its/ruling/src/test/java/org/sonar/python/it/PythonRulingTest.java @@ -71,9 +71,7 @@ public void test() throws Exception { .setSourceDirs(".") .setProperty("dump.old", FileLocation.of("src/test/resources/expected").getFile().getAbsolutePath()) .setProperty("dump.new", FileLocation.of("target/actual").getFile().getAbsolutePath()) - .setProperty("sonar.cpd.skip", "true") - .setProperty("sonar.analysis.mode", "preview") - .setProperty("sonar.issuesReport.html.enable", "true") + .setProperty("sonar.cpd.exclusions", "**/*") .setProperty("lits.differences", litsDifferencesFile.getAbsolutePath()) .setEnvironmentVariable("SONAR_RUNNER_OPTS", "-Xmx2000m"); ORCHESTRATOR.executeBuild(build);