~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_lockdir.py

  • Committer: Aaron Bentley
  • Date: 2008-07-14 16:16:48 UTC
  • mfrom: (3537 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3538.
  • Revision ID: aaron@aaronbentley.com-20080714161648-hh0bz2f22cjdftwe
Merge with bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
337
337
           unlocks the lockdir, allowing Lock2 to acquire the lock.
338
338
        """
339
339
 
 
340
        raise tests.KnownFailure(
 
341
            "timing dependency in lock tests (#213182)")
 
342
 
340
343
        wait_to_check_lock = Lock()
341
344
        wait_until_checked_lock = Lock()
342
345