mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
fuse/runtests: disable impl_a/impl_b on mac, as they don't actually work.
This commit is contained in:
parent
85d1ec1c44
commit
6a78000b55
@ -70,9 +70,9 @@ implementations = {
|
||||
suites=['read', 'write', ]),
|
||||
}
|
||||
|
||||
#if sys.platform == 'darwin':
|
||||
#del implementations['impl_a']
|
||||
#del implementations['impl_b']
|
||||
if sys.platform == 'darwin':
|
||||
del implementations['impl_a']
|
||||
del implementations['impl_b']
|
||||
|
||||
class FuseTestsOptions(usage.Options):
|
||||
optParameters = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user