~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/rabbit/tests/test_fixture.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-05-24 04:48:35 UTC
  • mfrom: (13100.1.1 DESTROY-RABBIT)
  • Revision ID: launchpad@pqm.canonical.com-20110524044835-azdqttw6xs0uezvg
[testfix][rs=wgrant][rollback=13092] Disable
 TestRabbitFixture.test_start_check_shutdown. Its days of destroying the test
 suite are over.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
class TestRabbitFixture(TestCase):
18
18
 
19
19
    def test_start_check_shutdown(self):
 
20
        # Disabled due to spurious failures (bug #787332).
 
21
        self.skip('disabled')
20
22
        # Rabbit needs to fully isolate itself: an existing per user
21
23
        # .erlange.cookie has to be ignored, and ditto bogus HOME if other
22
24
        # tests fail to cleanup.