Browse Source

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.
Loïc Hoguin 6 years ago
parent
commit
8390b04f7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/ws_SUITE.erl

+ 1 - 1
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],