mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
skip all tests w/o inotify support
This commit is contained in:
parent
87acfe968e
commit
88cd4cb6c2
@ -1461,4 +1461,7 @@ class RealTestAliceBob(MagicFolderAliceBobTestMixin, unittest.TestCase):
|
||||
try:
|
||||
magic_folder.get_inotify_module()
|
||||
except NotImplementedError:
|
||||
RealTest.skip = "Magic Folder support can only be tested for-real on an OS that supports inotify or equivalent."
|
||||
msg = "Magic Folder support can only be tested for-real on an OS that " + \
|
||||
"supports inotify or equivalent."
|
||||
for klass in [RealTest, MockTest, MockTestAliceBob, RealTestAliceBob]:
|
||||
klass.skip = msg
|
||||
|
Loading…
x
Reference in New Issue
Block a user