mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s4-selftest: move secdesc.python test to skip list
This test produces a python backtrace due to LDAP_INSUFFICIENT_ACCESS_RIGHTS errors, which are expected until the new acl code is finished. The python backtrace overrides the 'knownfail' listing, so we need to skip this test for now.
This commit is contained in:
parent
1de7e43fb4
commit
fb9319d971
@ -63,4 +63,3 @@ samba4.ntvfs.cifs.base.createx_sharemodes_dir
|
||||
samba4.ntvfs.cifs.base.maximum_allowed
|
||||
samba4.base.createx_access # this test is broken for non-administrator users
|
||||
samba4.smb2.oplock # oplocks in the s4 SMB2 server are a mess
|
||||
samba4.ldap.secdesc.python # this is expected to fail until the acl module is complete
|
||||
|
@ -66,3 +66,4 @@ samba4.rpc.countcalls # this is not useful now we have full IDL
|
||||
samba4.rap.scan # same thing here - we have docs now
|
||||
samba4.gensec.python # not finished
|
||||
bench # don't run benchmarks in our selftest
|
||||
samba4.ldap.secdesc.python # this is expected to fail until the acl module is complete
|
||||
|
Loading…
Reference in New Issue
Block a user