Index: applications/editors/josm/plugins/build.xml
===================================================================
--- applications/editors/josm/plugins/build.xml	(revision 31785)
+++ applications/editors/josm/plugins/build.xml	(revision 31786)
@@ -244,4 +244,5 @@
         <ant target="test" dir="graphview"/>
         <ant target="test" dir="ImportImagePlugin"/>
+        <ant target="test" dir="mapillary"/>
         <ant target="test" dir="opendata"/>
         <ant target="test" dir="turnrestrictions"/>
Index: applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/AbstractTest.java
===================================================================
--- applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/AbstractTest.java	(revision 31785)
+++ applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/AbstractTest.java	(revision 31786)
@@ -2,4 +2,5 @@
 
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.openstreetmap.josm.plugins.mapillary.utils.TestUtil;
 
@@ -10,4 +11,5 @@
  *
  */
+@Ignore
 public abstract class AbstractTest {
 
