Skip to content

Commit eb2eb6f

Browse files
committed
Run single test, but repeated now
1 parent ee7d7d7 commit eb2eb6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

big_tests/default.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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]}
1313
}.
1414

1515
%% {suites, "tests", mim_c2s_SUITE}.

big_tests/dynamic_domains.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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]}
1313
}.
1414

1515
%% {suites, "tests", mim_c2s_SUITE}.

0 commit comments

Comments
 (0)