@@ -126,7 +126,7 @@ plugin_qa_body: &PLUGIN_QA_BODY
126126 qa_script :
127127 - source cirrus-env QA
128128 - source set_maven_build_version $BUILD_NUMBER
129- - mvn -f its/plugin/pom.xml -Dsonar.runtimeVersion=${SQ_VERSION} ${MVN_TEST} -B -e -V verify surefire-report:report
129+ - mvn -f its/plugin/pom.xml -DskipTests=false - Dsonar.runtimeVersion=${SQ_VERSION} ${MVN_TEST} -B -e -V verify surefire-report:report
130130
131131plugin_qa_body_monthly : &PLUGIN_QA_BODY_MONTHLY
132132 depends_on :
@@ -142,7 +142,7 @@ plugin_qa_body_monthly: &PLUGIN_QA_BODY_MONTHLY
142142 qa_script :
143143 - source cirrus-env QA
144144 - source set_maven_build_version $BUILD_NUMBER
145- - mvn -f its/plugin/pom.xml -Dsonar.runtimeVersion=${SQ_VERSION} ${MVN_TEST} -B -e -V verify surefire-report:report
145+ - mvn -f its/plugin/pom.xml -DskipTests=false - Dsonar.runtimeVersion=${SQ_VERSION} ${MVN_TEST} -B -e -V verify surefire-report:report
146146
147147build_task :
148148 eks_container :
@@ -287,7 +287,7 @@ plugin_qa_win_task:
287287 - source /c/buildTools-docker/bin/set_maven_build_version $BUILD_NUMBER
288288 # building the custom plugin required for the further tests
289289 - mvn clean package -f its/plugin/plugins/pom.xml
290- - mvn test -f its/plugin/tests/pom.xml -Dsonar.runtimeVersion=${SQ_VERSION} "-Dtest=${TEST}" -B -e -V surefire-report:report
290+ - mvn test -f its/plugin/tests/pom.xml -DskipTests=false - Dsonar.runtimeVersion=${SQ_VERSION} "-Dtest=${TEST}" -B -e -V surefire-report:report
291291
292292# Plugin QA for Windows is split into 3 parts to make it faster
293293plugin_qa_win_sonarlint_task :
@@ -303,7 +303,7 @@ plugin_qa_win_sonarlint_task:
303303 qa_script :
304304 - source /c/buildTools-docker/bin/cirrus-env QA
305305 - source /c/buildTools-docker/bin/set_maven_build_version $BUILD_NUMBER
306- - mvn test -f its/plugin/sonarlint-tests/pom.xml -Dsonar.runtimeVersion=${SQ_VERSION} -B -e -V surefire-report:report
306+ - mvn test -f its/plugin/sonarlint-tests/pom.xml -DskipTests=false - Dsonar.runtimeVersion=${SQ_VERSION} -B -e -V surefire-report:report
307307
308308js_ts_ruling_task :
309309 depends_on :
@@ -410,7 +410,7 @@ css_ruling_task:
410410 - source cirrus-env QA
411411 - source set_maven_build_version $BUILD_NUMBER
412412 - cd its/ruling
413- - mvn test -Dtest=CssRulingTest -Dsonar.runtimeVersion=LATEST_RELEASE -Dmaven.test.redirectTestOutputToFile=false -Djunit.jupiter.execution.parallel.config.dynamic.factor=1 -B -e -V
413+ - mvn test -DskipTests=false - Dtest=CssRulingTest -Dsonar.runtimeVersion=LATEST_RELEASE -Dmaven.test.redirectTestOutputToFile=false -Djunit.jupiter.execution.parallel.config.dynamic.factor=1 -B -e -V
414414 on_failure :
415415 diff_artifacts :
416416 path : ' **/target/actual/**/*'
0 commit comments