diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2011-11-29 19:32:45 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2011-11-29 19:32:45 +0000 |
| commit | 8d9e6661f74372f26c244f0cf7b389dc64e9983d (patch) | |
| tree | 8ab1fe6a0bd2e12b4c35b076d3db860b658ea8ec | |
| parent | 28938a35c5ada85c5553ec45f7d769b62aad4fa1 (diff) | |
| download | rabbitmq-server-git-8d9e6661f74372f26c244f0cf7b389dc64e9983d.tar.gz | |
comment out failing test to check whether others fail too
| -rw-r--r-- | src/mirrored_supervisor_tests.erl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mirrored_supervisor_tests.erl b/src/mirrored_supervisor_tests.erl index 6c91bc4fd5..b8d52ae86b 100644 --- a/src/mirrored_supervisor_tests.erl +++ b/src/mirrored_supervisor_tests.erl @@ -36,7 +36,9 @@ all_tests() -> passed = test_already_there(), passed = test_delete_restart(), passed = test_which_children(), - passed = test_large_group(), +%% commented out in order to determine whether this is the only test +%% that is failing - see bug 24362 +%% passed = test_large_group(), passed = test_childspecs_at_init(), passed = test_anonymous_supervisors(), passed = test_no_migration_on_shutdown(), |
