~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[testfix][r=allenap][no-qa] Disable the RabbitMQ fixture test;
 the SIGPIPE fix didn't work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
class TestRabbitFixture(TestCase):
59
59
 
60
60
    def test_start_check_shutdown(self):
 
61
        # XXX: GavinPanella 2011-05-26 bug=788557 : Disabled due to spurious
 
62
        # failures (cannot create cookie file).
 
63
        self.skip("Disabled (bug 788557)")
 
64
 
61
65
        # Rabbit needs to fully isolate itself: an existing per user
62
66
        # .erlange.cookie has to be ignored, and ditto bogus HOME if other
63
67
        # tests fail to cleanup.