summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2016-12-08 22:54:46 +0100
committerStefan Metzmacher <metze@samba.org>2017-03-07 08:28:14 +0100
commitf0872043cd69f842e5dae4865f8b223fe11e6e43 (patch)
tree424b1b2983f86923029994d622db7b92254aae3a
parentbc54aa8e96a60dd8d5ef202577da3eeb62427ffe (diff)
downloadsamba-f0872043cd69f842e5dae4865f8b223fe11e6e43.tar.gz
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 <slow@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit 8703b8ef9d54c841d9da3f94b81195f247873dea)
-rwxr-xr-xsource3/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index a67e9d5e61f..506a3b45b8c 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -324,7 +324,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