Index: trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTest.java	(revision 10144)
+++ trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTest.java	(revision 10156)
@@ -42,7 +42,8 @@
     @Test
     public void testLetsEncrypt() throws IOException {
-        // signed by letsencrypt
-        connect("https://helloworld.letsencrypt.org", true);
-        // signed by LE's cross-sign CA
+        // signed by letsencrypt's own ISRG root
+        // (not included yet)
+        connect("https://helloworld.letsencrypt.org", false);
+        // signed by letsencrypt's cross-sign CA
         connect("https://letsencrypt.org", true);
     }
