Index: trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionTest.java	(revision 9188)
+++ trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionTest.java	(revision 9189)
@@ -25,7 +25,5 @@
         testProj(Projections.getProjectionByCode("EPSG:4326")); // WGS 84
         testProj(Projections.getProjectionByCode("EPSG:3857")); // Mercator
-        if (!"yes".equals(System.getProperty("suppressPermanentFailure"))) {
-            testProj(Projections.getProjectionByCode("EPSG:3301")); // Lambert EST
-        }
+        testProj(Projections.getProjectionByCode("EPSG:3301")); // Lambert EST
 
         for (int i = 0; i <= 3; ++i) {
@@ -44,8 +42,6 @@
         }
 
-        if (!"yes".equals(System.getProperty("suppressPermanentFailure"))) {
-            for (String c : Arrays.asList("2969", "2970", "2972", "2973")) {
-                testProj(Projections.getProjectionByCode("EPSG:"+c)); // UTM France DOM
-            }
+        for (String c : Arrays.asList("2969", "2970", "2972", "2973")) {
+            testProj(Projections.getProjectionByCode("EPSG:"+c)); // UTM France DOM
         }
 
