From bdd9dc4a8486919d6ef8c0efba777955ecc5ed33 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 15 Oct 2009 20:42:53 +1100 Subject: s4-selftest: mark some CIFS backend tests as known fail The CIFS passthru NTVFS doesn't handle some options yet (eg. root_fid) --- source4/selftest/knownfail | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/selftest/knownfail') diff --git a/source4/selftest/knownfail b/source4/selftest/knownfail index fcb16c9814..7bd4bacca7 100644 --- a/source4/selftest/knownfail +++ b/source4/selftest/knownfail @@ -58,3 +58,7 @@ samba4.winbind.struct.*.LOOKUP_NAME_SID # Not yet working in winbind ^samba4.ldap.python \(dc\).Test add_ldif\(\) with BASE64 security descriptor input using WRONG domain SID$ ^samba4.ldap.python \(dc\).Testing ldb.add_ldif\(\) for nTSecurityDescriptor ^samba4.ldap.secdesc.python +# some operations don't work over the CIFS NTVFS backend yet (eg. root_fid) +samba4.ntvfs.cifs.base.createx_access +samba4.ntvfs.cifs.base.createx_sharemodes_dir +samba4.ntvfs.cifs.base.maximum_allowed -- cgit