From: Ralph Boehme Date: Thu, 8 Dec 2016 21:54:46 +0000 (+0100) Subject: selftest: disable vfs_fruit tests X-Git-Tag: tdb-1.3.13~710 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8703b8ef9d54c841d9da3f94b81195f247873dea;p=thirdparty%2Fsamba.git selftest: disable vfs_fruit tests The next commits will completely change handle based VFS ops. This couldn't be done in a piecemeal fashion, I had to wipe the slate clean. Disabling tests in order to not break git bisects. Tests will be reenabled after a few commits that apply the larger change in a somewhat digestible fashion. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12427 Signed-off-by: Ralph Boehme Reviewed-by: Uri Simchoni --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 314ac9683e8..9bdf0204d88 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -334,7 +334,7 @@ nbt = ["nbt.dgram" ] libsmbclient = ["libsmbclient"] -vfs = ["vfs.fruit", "vfs.acl_xattr"] +vfs = ["vfs.acl_xattr"] tests= base + raw + smb2 + rpc + unix + local + rap + nbt + libsmbclient + idmap + vfs