diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gun_tls_proxy.erl | 2 |
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}, |