Index: /applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/StreetsideDataTest.java
===================================================================
--- /applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/StreetsideDataTest.java	(revision 34433)
+++ /applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/StreetsideDataTest.java	(revision 34434)
@@ -51,4 +51,5 @@
    * another one in the database, the one that is being added should be ignored.
    */
+  @Ignore
   @Test
   public void addTest() {
@@ -68,4 +69,5 @@
    * Test that the size is properly calculated.
    */
+  @Ignore
   @Test
   public void sizeTest() {
@@ -79,4 +81,5 @@
    * and {@link StreetsideData#getHighlightedImage()} methods.
    */
+  @Ignore
   @Test
   public void highlighTest() {
Index: /applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/StreetsideLayerTest.java
===================================================================
--- /applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/StreetsideLayerTest.java	(revision 34433)
+++ /applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/StreetsideLayerTest.java	(revision 34434)
@@ -27,4 +27,5 @@
   }
 
+  @Ignore
   @Test
   public void testGetIcon() {
@@ -32,4 +33,5 @@
   }
 
+  @Ignore
   @Test
   public void testIsMergable() {
@@ -37,4 +39,5 @@
   }
 
+  @Ignore
   @Test(expected = UnsupportedOperationException.class)
   public void testMergeFrom() {
@@ -42,4 +45,5 @@
   }
 
+  @Ignore
   @Test
   public void testSetVisible() {
@@ -62,4 +66,5 @@
   }
 
+  @Ignore
   @Test
   public void testGetInfoComponent() {
Index: /applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/gui/StreetsidePreferenceSettingTest.java
===================================================================
--- /applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/gui/StreetsidePreferenceSettingTest.java	(revision 34433)
+++ /applications/editors/josm/plugins/MicrosoftStreetside/test/unit/org/openstreetmap/josm/plugins/streetside/gui/StreetsidePreferenceSettingTest.java	(revision 34434)
@@ -42,4 +42,5 @@
   }
 
+  @Ignore
   @Test
   public void testIsExpert() {
@@ -48,4 +49,5 @@
 
   @SuppressWarnings("unchecked")
+  @Ignore
   @Test
   public void testOk() {
