Index: trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTest.java	(revision 11921)
+++ trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTest.java	(revision 11923)
@@ -43,5 +43,5 @@
     @Test
     public void testDefault() throws IOException {
-        // something that is neither DST nor StartSSL
+        // something that is not embedded
         connect("https://google.com", true);
     }
@@ -61,14 +61,4 @@
         // signed by letsencrypt's cross-sign CA, requires SNI
         connect("https://acme-v01.api.letsencrypt.org", true);
-    }
-
-    /**
-     * Test <a href="https://www.startssl.com">StartSSL</a>.
-     * @throws IOException in case of I/O error
-     */
-    @Test
-    public void testStartSSL() throws IOException {
-        // StartSSL is untrusted
-        connect("https://www.startssl.com", false);
     }
 
