Skip to content

Commit

Permalink
Removing repeat_until_any_fail, 100, after tests passed on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JanuszJakubiec committed Nov 8, 2024
1 parent 5cb2cf1 commit 448b601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions big_tests/tests/pubsub_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ group_is_compatible(_, _) -> true.
base_groups() ->
[{basic, [parallel], basic_tests()},
{service_config, [parallel], service_config_tests()},
{node_config, [parallel, {repeat_until_any_fail, 100}], node_config_tests()},
{node_config, [parallel], node_config_tests()},
{node_affiliations, [parallel], node_affiliations_tests()},
{manage_subscriptions, [parallel], manage_subscriptions_tests()},
{collection, [sequence], collection_tests()},
{collection_config, [parallel], collection_config_tests()},
{debug_calls, [parallel], debug_calls_tests()},
{pubsub_item_publisher_option, [parallel], pubsub_item_publisher_option_tests()},
{hometree_specific, [sequence, {repeat_until_any_fail, 100}], hometree_specific_tests()},
{hometree_specific, [sequence], hometree_specific_tests()},
{last_item_cache, [parallel], last_item_cache_tests()}].

basic_tests() ->
Expand Down
4 changes: 2 additions & 2 deletions big_tests/tests/rdbms_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ all() ->

groups() ->
[
{global_rdbms_queries, [{repeat_until_any_fail, 100}], rdbms_queries_cases()},
{global_rdbms_queries, [], rdbms_queries_cases()},
{tagged_rdbms_queries, [], rdbms_queries_cases()}
].

Expand Down Expand Up @@ -77,7 +77,7 @@ rdbms_queries_cases() ->
insert_batch_with_null_case,
test_cast_insert,
test_request_insert,
%test_wrapped_request,
test_wrapped_request,
test_failed_wrapper,
test_request_transaction,
test_restart_transaction_with_execute,
Expand Down

0 comments on commit 448b601

Please sign in to comment.