Skip to content

Commit

Permalink
Remove repeating tests when failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Premwoik committed Sep 17, 2021
1 parent 0277527 commit a0a57e8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions big_tests/tests/login_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,13 @@ all() ->
].

groups() ->
G = [{login, [parallel], all_tests()},
{login_digest, [sequence], digest_tests()},
{login_scram, [parallel], scram_tests()},
{login_scram_store_plain, [parallel], scram_tests()},
{login_scram_tls, [parallel], scram_tests()},
{login_specific_scram, [sequence], configure_specific_scram_test()},
{messages, [sequence], [messages_story, message_zlib_limit]}],
ct_helper:repeat_all_until_all_ok(G).
[{login, [parallel], all_tests()},
{login_digest, [sequence], digest_tests()},
{login_scram, [parallel], scram_tests()},
{login_scram_store_plain, [parallel], scram_tests()},
{login_scram_tls, [parallel], scram_tests()},
{login_specific_scram, [sequence], configure_specific_scram_test()},
{messages, [sequence], [messages_story, message_zlib_limit]}].

scram_tests() ->
[log_one,
Expand Down

0 comments on commit a0a57e8

Please sign in to comment.