Skip to content

Commit

Permalink
only one PropEr tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
michalwski committed Oct 17, 2016
1 parent 4df04b0 commit efdd38a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/ejabberd_tests/tests/bosh_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ all() ->
{group, acks},

{group, essential_https},
{group, chat_https}
{group, chat_https},
{group, interleave_requests_statem}
].

groups() ->
Expand All @@ -48,9 +49,8 @@ groups() ->
{chat_https, [shuffle], chat_test_cases()},
{time, [parallel], time_test_cases()},
{acks, [shuffle], acks_test_cases()},
{interleave_requests_statem, [parallel], [interleave_requests_statem,
interleave_requests_statem_https]
}].
{interleave_requests_statem, [parallel], [interleave_requests_statem]}
].

suite() ->
escalus:suite().
Expand Down

0 comments on commit efdd38a

Please sign in to comment.