aboutsummaryrefslogtreecommitdiffstats
path: root/test/http_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/http_SUITE.erl')
-rw-r--r--test/http_SUITE.erl6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl
index 33e7183..4370ab2 100644
--- a/test/http_SUITE.erl
+++ b/test/http_SUITE.erl
@@ -377,12 +377,6 @@ parse_host(Config) ->
end || {Host, Body} <- Tests],
ok.
-pipeline(Config) ->
- ConnPid = gun_open(Config),
- Refs = [gun:get(ConnPid, "/") || _ <- lists:seq(1, 5)],
- _ = [{response, nofin, 200, _} = gun:await(ConnPid, Ref) || Ref <- Refs],
- ok.
-
rest_param_all(Config) ->
ConnPid = gun_open(Config),
%% Accept without param.