diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-12-09 12:34:56 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-12-09 12:34:56 +0000 |
| commit | f7579427ce34916481d61a8c3051555e93d8ddb7 (patch) | |
| tree | 8f3189010773bae49696e6ad4e7b72d47aed8273 | |
| parent | 28f1cffa9bfd7edb7cf9a7fee3bb849f155f9b3b (diff) | |
| download | rabbitmq-server-git-f7579427ce34916481d61a8c3051555e93d8ddb7.tar.gz | |
I think we can be sure that it's not.
| -rw-r--r-- | src/mirrored_supervisor_tests.erl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mirrored_supervisor_tests.erl b/src/mirrored_supervisor_tests.erl index d87fddd19a..d48a9ca51a 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(), |
