summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-12-09 12:34:56 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-12-09 12:34:56 +0000
commit7a45c81c3de0328da844144463b36652e1c40bb3 (patch)
tree8f3189010773bae49696e6ad4e7b72d47aed8273
parent7c5faf36be6e4f4b21f96a6341a8c7debf6b3912 (diff)
downloadrabbitmq-server-7a45c81c3de0328da844144463b36652e1c40bb3.tar.gz
I think we can be sure that it's not.
-rw-r--r--src/mirrored_supervisor_tests.erl4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mirrored_supervisor_tests.erl b/src/mirrored_supervisor_tests.erl
index d87fddd1..d48a9ca5 100644
--- a/src/mirrored_supervisor_tests.erl
+++ b/src/mirrored_supervisor_tests.erl
@@ -36,9 +36,7 @@ all_tests() ->
passed = test_already_there(),
passed = test_delete_restart(),
passed = test_which_children(),
-%% commented out in order to determine whether this is the only test
-%% that is failing - see bug 24362
-%% passed = test_large_group(),
+ passed = test_large_group(),
passed = test_childspecs_at_init(),
passed = test_anonymous_supervisors(),
passed = test_no_migration_on_shutdown(),