aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/h2spec_SUITE.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/h2spec_SUITE.erl b/test/h2spec_SUITE.erl
index 13beea6..08497e9 100644
--- a/test/h2spec_SUITE.erl
+++ b/test/h2spec_SUITE.erl
@@ -36,6 +36,8 @@ init_per_suite(Config) ->
cowboy_test:init_http(h2spec, #{
env => #{dispatch => init_dispatch()},
max_concurrent_streams => 100,
+ %% This test suite expects an HTTP/2-only connection.
+ protocols => [http2],
%% Disable the DATA threshold for this test suite.
stream_window_data_threshold => 0
}, Config)