Skip to content

Commit b65fd7a

Browse files
author
Simon MacMullen
committed
Merge bug24618
2 parents d63d878 + f757942 commit b65fd7a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/mirrored_supervisor_tests.erl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ all_tests() ->
3636
passed = test_already_there(),
3737
passed = test_delete_restart(),
3838
passed = test_which_children(),
39-
%% commented out in order to determine whether this is the only test
40-
%% that is failing - see bug 24362
41-
%% passed = test_large_group(),
39+
passed = test_large_group(),
4240
passed = test_childspecs_at_init(),
4341
passed = test_anonymous_supervisors(),
4442
passed = test_no_migration_on_shutdown(),

0 commit comments

Comments
 (0)