From 7f55bd482918d3fa4aa5f389f2b4f7aa82c19a3a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Dec 2019 15:33:56 +0100 Subject: [PATCH] make these tests experimental for nwo --- src/transport/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index e77220d50..45b6977ab 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -48,8 +48,10 @@ if HAVE_LIBGNURL HTTP_SWITCH = test_transport_address_switch_http HTTPS_API_TEST = test_transport_api_https HTTPS_API_TIMEOUT_TEST = test_transport_api_timeout_https +if HAVE_EXPERIMENTAL HTTPS_REL_TEST = test_transport_api_reliability_https \ test_transport_api_reliability_https_xhr +endif HTTPS_QUOTA_TEST = test_quota_compliance_https \ test_quota_compliance_https_asymmetric HTTPS_SWITCH = test_transport_address_switch_https @@ -65,8 +67,10 @@ if HAVE_LIBCURL HTTP_SWITCH = test_transport_address_switch_http HTTPS_API_TEST = test_transport_api_https HTTPS_API_TIMEOUT_TEST = test_transport_api_timeout_https +if HAVE_EXPERIMENTAL HTTPS_REL_TEST = test_transport_api_reliability_https \ test_transport_api_reliability_https_xhr +endif HTTPS_QUOTA_TEST = test_quota_compliance_https \ test_quota_compliance_https_asymmetric HTTPS_SWITCH = test_transport_address_switch_https -- 2.25.1