aboutsummaryrefslogtreecommitdiffstats
path: root/test/ws_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/ws_SUITE.erl')
-rw-r--r--test/ws_SUITE.erl4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/ws_SUITE.erl b/test/ws_SUITE.erl
index 77a7c76..8f4091c 100644
--- a/test/ws_SUITE.erl
+++ b/test/ws_SUITE.erl
@@ -27,12 +27,8 @@ groups() ->
[{autobahn, [], [autobahn_fuzzingclient]}, {ws, [parallel], BaseTests}].
init_per_suite(Config) ->
- cowboy_test:start([cowboy]),
Config.
-end_per_suite(_Config) ->
- cowboy_test:stop([cowboy]).
-
init_per_group(autobahn, Config) ->
%% Some systems have it named pip2.
Out = os:cmd("pip show autobahntestsuite ; pip2 show autobahntestsuite"),