From dc3efc32ca70ba6924f43014cfa3669b3a54d8fa Mon Sep 17 00:00:00 2001 From: wang--ge Date: Sun, 29 Jan 2023 15:50:35 +0800 Subject: [PATCH] skip tls upgrade test case --- src/microhttpd/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am index d89f3c1..e50ff5f 100644 --- a/src/microhttpd/Makefile.am +++ b/src/microhttpd/Makefile.am @@ -151,9 +151,6 @@ check_PROGRAMS = \ if HAVE_POSIX_THREADS if ENABLE_UPGRADE check_PROGRAMS += test_upgrade -if ENABLE_HTTPS - check_PROGRAMS += test_upgrade_tls -endif endif endif -- 2.27.0