aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-09-11 14:45:41 +0200
committerLoïc Hoguin <[email protected]>2018-09-11 14:45:41 +0200
commit8390b04f7a81550317ca123c688dba181e37f963 (patch)
treeaf861022d359142b1818db3cc8214d51e5dac2d1 /test
parent8404b1c908ac890925496ce839e5b2b2b407a6f7 (diff)
downloadcowboy-8390b04f7a81550317ca123c688dba181e37f963.tar.gz
cowboy-8390b04f7a81550317ca123c688dba181e37f963.tar.bz2
cowboy-8390b04f7a81550317ca123c688dba181e37f963.zip
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.
Diffstat (limited to 'test')
-rw-r--r--test/ws_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ws_SUITE.erl b/test/ws_SUITE.erl
index 81433fe..284d571 100644
--- a/test/ws_SUITE.erl
+++ b/test/ws_SUITE.erl
@@ -22,7 +22,7 @@
%% ct.
all() ->
- [{group, autobahn}, {group, ws}].
+ [{group, ws}, {group, autobahn}].
groups() ->
BaseTests = ct_helper:all(?MODULE) -- [autobahn_fuzzingclient],