From a1135b28dcc15b0f1495a53ec8f6142605929bed Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 20 Oct 2009 13:54:55 +1100 Subject: s4-selftest: skip the trans2.scan test This test consumes a huge number of file descriptors on the server (random binds to the WKSSVC pipe) --- source4/selftest/skip | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') diff --git a/source4/selftest/skip b/source4/selftest/skip index 2af200b4e2..e5ccde7cfe 100644 --- a/source4/selftest/skip +++ b/source4/selftest/skip @@ -67,3 +67,4 @@ 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 +trans2.scan # uses huge number of file descriptors -- cgit