From d7761b52592e4ca8192cf16498c7aaa3c71526ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 19 Nov 2017 22:17:57 +0100 Subject: Remove another test from the old http suite --- test/http_SUITE.erl | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test/http_SUITE.erl') diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl index 2b5219d..c2e7912 100644 --- a/test/http_SUITE.erl +++ b/test/http_SUITE.erl @@ -211,14 +211,6 @@ check_status(Config) -> {Ret, URL} end || {Status, URL} <- Tests]. -chunked_response(Config) -> - ConnPid = gun_open(Config), - Ref = gun:get(ConnPid, "/chunked_response"), - {response, nofin, 200, Headers} = gun:await(ConnPid, Ref), - true = lists:keymember(<<"transfer-encoding">>, 1, Headers), - {ok, <<"chunked_handler\r\nworks fine!">>} = gun:await_body(ConnPid, Ref), - ok. - %% Check if sending requests whose size is around the MTU breaks something. echo_body(Config) -> MTU = ct_helper:get_loopback_mtu(), -- cgit v1.2.3