aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-03-28 09:55:27 +0100
committerLoïc Hoguin <[email protected]>2020-03-28 09:55:27 +0100
commite3ca88e6111d2837f21741f410ce58381079e78a (patch)
treed5936515337c4dafe4baedc7726564fc8edd64ab
parent444e251c2213f4343f515a1813e55161fd5fbb3c (diff)
downloadgun-e3ca88e6111d2837f21741f410ce58381079e78a.tar.gz
gun-e3ca88e6111d2837f21741f410ce58381079e78a.tar.bz2
gun-e3ca88e6111d2837f21741f410ce58381079e78a.zip
Disable the gun_tls_proxy EUnit tests
There are better counterparts in the rfc7231_SUITE.
-rw-r--r--src/gun_tls_proxy.erl2
1 files changed, 1 insertions, 1 deletions
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},