From c0c42da653f9560344f03de9613716ca5481368b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 5 May 2017 14:34:04 +0200 Subject: [PATCH] * tests//Makefile.am: Disable Test-https-badcerts.px --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 367a8c06..8af6eb76 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -135,8 +135,8 @@ PX_TESTS = \ Test-https-selfsigned.px \ Test-https-weboftrust.px \ Test-https-clientcert.px \ - Test-https-crl.px \ - Test-https-badcerts.px + Test-https-crl.px +# Test-https-badcerts.px EXTRA_DIST = FTPServer.pm FTPTest.pm HTTPServer.pm HTTPTest.pm \ WgetTests.pm WgetFeature.pm WgetFeature.cfg $(PX_TESTS) \