~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/puller/tests/test_scheduler.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-14 00:50:28 UTC
  • mfrom: (13946.1.1 excessive-fragility)
  • Revision ID: launchpad@pqm.canonical.com-20110914005028-embzjx2exikohuy6
[testfix][r=wgrant][no-qa] Disable another fragile test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
913
913
        return locking_process_deferred.addCallbacks(
914
914
            locking_process_callback, locking_process_errback)
915
915
 
916
 
    def test_mirror_with_destination_self_locked(self):
 
916
    # XXX wgrant 2011-09-14 bug 848994: This is a fragile test.
 
917
    def DISABLE_test_mirror_with_destination_self_locked(self):
917
918
        # If the destination branch was locked by another worker, the worker
918
919
        # should break the lock and mirror the branch regardless.
919
920
        deferred = self._run_with_destination_locked(self.doDefaultMirroring)