From fb9319d971b0dfe46bfaca5c161ee078e9f59875 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 19 Oct 2009 13:50:32 +1100 Subject: 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. --- source4/selftest/skip | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/selftest/skip') diff --git a/source4/selftest/skip b/source4/selftest/skip index 38620b06b6..2af200b4e2 100644 --- a/source4/selftest/skip +++ b/source4/selftest/skip @@ -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 -- cgit