From e3ca88e6111d2837f21741f410ce58381079e78a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 28 Mar 2020 09:55:27 +0100 Subject: Disable the gun_tls_proxy EUnit tests There are better counterparts in the rfc7231_SUITE. --- src/gun_tls_proxy.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gun_tls_proxy.erl b/src/gun_tls_proxy.erl index b90af9f..2b08088 100644 --- a/src/gun_tls_proxy.erl +++ b/src/gun_tls_proxy.erl @@ -389,7 +389,7 @@ proxy_active(State=#state{proxy_pid=ProxyPid, proxy_active=Active0, proxy_buffer end, State#state{proxy_active=Active, proxy_buffer= <<>>}. --ifdef(TEST). +-ifdef(DISABLED_TEST). proxy_test_() -> {timeout, 15000, [ {"TCP proxy", fun proxy_tcp1_t/0}, -- cgit v1.2.3