diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-10-20 13:54:55 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-10-20 13:54:55 +1100 |
commit | a1135b28dcc15b0f1495a53ec8f6142605929bed (patch) | |
tree | f535a1e7f4d8041b0ccb8ec20719999df4321e5e /source4/selftest | |
parent | 44a99898ed4c2e946634797de63c4a76394e6586 (diff) | |
download | samba-a1135b28dcc15b0f1495a53ec8f6142605929bed.tar.gz samba-a1135b28dcc15b0f1495a53ec8f6142605929bed.tar.bz2 samba-a1135b28dcc15b0f1495a53ec8f6142605929bed.zip |
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)
Diffstat (limited to 'source4/selftest')
-rw-r--r-- | source4/selftest/skip | 1 |
1 files changed, 1 insertions, 0 deletions
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 |