0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Swap the ws and autobahn test groups to run autobahn last

If there's an error it makes sense to have feedback as early
as possible.
This commit is contained in:
Loïc Hoguin 2018-09-11 14:45:41 +02:00
parent 8404b1c908
commit 8390b04f7a
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -22,7 +22,7 @@
%% ct. %% ct.
all() -> all() ->
[{group, autobahn}, {group, ws}]. [{group, ws}, {group, autobahn}].
groups() -> groups() ->
BaseTests = ct_helper:all(?MODULE) -- [autobahn_fuzzingclient], BaseTests = ct_helper:all(?MODULE) -- [autobahn_fuzzingclient],