Skip to content

Commit 8e9b165

Browse files
committed
Run all 4 parallel tests
1 parent bd1ac50 commit 8e9b165

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

big_tests/default.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
%% http://www.erlang.org/doc/apps/common_test/run_test_chapter.html#test_specifications
1010
{include, "tests"}.
1111

12-
{groups, "tests", sm_SUITE, [[tcp_tests, parallel_unacknowledged_message_hook]], {cases, [unacknowledged_message_hook_filter]}}.
12+
{groups, "tests", sm_SUITE, [[tcp_tests, parallel_unacknowledged_message_hook]]%, {cases, [unacknowledged_message_hook_filter]}
13+
}.
1314

1415
%% {suites, "tests", mim_c2s_SUITE}.
1516

big_tests/dynamic_domains.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
%% http://www.erlang.org/doc/apps/common_test/run_test_chapter.html#test_specifications
1010
{include, "tests"}.
1111

12-
{groups, "tests", sm_SUITE, [[tcp_tests, parallel_unacknowledged_message_hook]], {cases, [unacknowledged_message_hook_filter]}}.
12+
{groups, "tests", sm_SUITE, [[tcp_tests, parallel_unacknowledged_message_hook]]%, {cases, [unacknowledged_message_hook_filter]}
13+
}.
1314

1415
%% {suites, "tests", mim_c2s_SUITE}.
1516
%% {suites, "tests", acc_e2e_SUITE}.

0 commit comments

Comments
 (0)