From 8390b04f7a81550317ca123c688dba181e37f963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 11 Sep 2018 14:45:41 +0200 Subject: 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. --- test/ws_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ws_SUITE.erl') 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], -- cgit v1.2.3