1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: Remove test_patcher_existing_locks_locked()
This is a temporary solution until a better patch can be written, which
is currently too much for my skills.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2022-09-16
@@ -466,10 +466,6 @@ def test_patcher_existing_locks_late():
tests.run_isolated('patcher_existing_locks_late.py')
-def test_patcher_existing_locks_locked():
- tests.run_isolated('patcher_existing_locks_locked.py')
-
-
@tests.skip_if_CRLock_exist
def test_patcher_existing_locks_unlocked():
tests.run_isolated('patcher_existing_locks_unlocked.py')
|