Index: applications/editors/josm/plugins/build-common.xml
===================================================================
--- applications/editors/josm/plugins/build-common.xml	(revision 35442)
+++ applications/editors/josm/plugins/build-common.xml	(revision 35443)
@@ -543,5 +543,5 @@
         <available file="${plugin.test.dir}" type="dir" property="test.present"/>
     </target>
-    <target name="test-init" depends="check-test" if="test.present">
+    <target name="test-init" depends="check-test" if="test.present" unless="skip-test">
         <mkdir dir="${plugin.test.dir}/build"/>
         <mkdir dir="${plugin.test.dir}/build/unit"/>
@@ -582,5 +582,5 @@
         <delete dir="../00_core_test_config/unit-josm.home/cache" failonerror="false"/>
     </target>
-    <target name="test-compile" depends="test-init,dist" if="test.present">
+    <target name="test-compile" depends="test-init,dist" if="test.present" unless="skip-test">
         <sequential>
             <javac debug="on" includeantruntime="false" srcdir="${plugin.test.dir}/unit" destdir="${plugin.test.dir}/build/unit" encoding="UTF-8"
@@ -595,5 +595,5 @@
         </sequential>
     </target>
-    <target name="test" depends="dist, test-clean, test-compile" if="test.present"
+    <target name="test" depends="dist, test-clean, test-compile" if="test.present" unless="skip-test"
         description="Run unit tests. OSM API (TEST) account shall be set with -Dosm.username and -Dosm.password">
         <ivy:retrieve file="${josm.ivy}" pattern="../00_core_tools/[conf].[ext]" conf="jacocoant"/>
