~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_lockdir.py

MergeĀ fromĀ old-hpss-branch-implementation-test.

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