mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-15 22:56:41 +00:00
avoid using a bool for a skip value
This commit is contained in:
parent
76a6f2d710
commit
75d77305f9
@ -230,7 +230,7 @@ class INotifyTests(unittest.TestCase):
|
||||
self.inotify.watch(self.dirname, recursive=True)
|
||||
for d in dirs:
|
||||
self.assertTrue(self.inotify._isWatched(d))
|
||||
test_recursiveWatch.skip = True
|
||||
test_recursiveWatch.skip = "not relevant"
|
||||
|
||||
|
||||
def test_connectionLostError(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user