diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-12-12 17:05:04 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-12-12 17:05:04 +0000 |
| commit | b65fd7aff7ead1e33e85d5d5c9c9ab04671706e7 (patch) | |
| tree | 87b0420ce8311a6d754eb77913ed512763a2b800 | |
| parent | d63d878f92db01441311b93f985ea16440d295ba (diff) | |
| parent | f7579427ce34916481d61a8c3051555e93d8ddb7 (diff) | |
| download | rabbitmq-server-git-b65fd7aff7ead1e33e85d5d5c9c9ab04671706e7.tar.gz | |
Merge bug24618
| -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(), |
