Skip to content

Commit

Permalink
Removing the annotation {remove, 100} from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JanuszJakubiec committed Apr 16, 2024
1 parent d626352 commit 22cf3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion big_tests/tests/graphql_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ groups() ->
{user_handler, [parallel], user_handler()},
{domain_admin_handler, [parallel], domain_admin_handler()},
{admin_handler, [parallel], admin_handler()},
{tls_enabled, [parallel, {repeat, 100}], tls_enabled()},
{tls_enabled, [parallel], tls_enabled()},
{categories_disabled, [parallel], categories_disabled_tests()}].

cowboy_handler() ->
Expand Down

0 comments on commit 22cf3aa

Please sign in to comment.