diff options
-rw-r--r-- | source4/selftest/knownfail | 2 | ||||
-rw-r--r-- | source4/selftest/skip | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/selftest/knownfail b/source4/selftest/knownfail index 1d03a53ce8..c10730b7d2 100644 --- a/source4/selftest/knownfail +++ b/source4/selftest/knownfail @@ -79,4 +79,4 @@ samba4.smb2.compound.*.related2 samba4.smb2.compound.*.invalid2 samba4.ldap.acl.*.search.* # ACL search behaviour not enabled by default samba4.ldap.acl.*.ntSecurityDescriptor.* # ACL extended checks on search not enabled by default - +samba4.tokengroups.python # randomly fails diff --git a/source4/selftest/skip b/source4/selftest/skip index 671269a8fd..f6592def0c 100644 --- a/source4/selftest/skip +++ b/source4/selftest/skip @@ -84,3 +84,4 @@ smb2.acls # new test which doesn't pass yet # ktutil might not be installed or from mit... # we should build a samba4ktutil and use that instead samba4.blackbox.ktpass # this test isn't portable ... +samba4.tokengroups.python # randonly fails with an error |