From: Christian Grothoff Date: Sat, 7 Dec 2019 14:33:56 +0000 (+0100) Subject: make these tests experimental for nwo X-Git-Tag: v0.12.0~38 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7f55bd482918d3fa4aa5f389f2b4f7aa82c19a3a;p=oweals%2Fgnunet.git make these tests experimental for nwo --- 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