diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-20 15:23:34 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-20 15:25:22 -0700 |
commit | 8b5cb77118e6fbf99d33987341db7476913bada1 (patch) | |
tree | c20b245a8c7197b5b2cc6871fde99370e47b37ae | |
parent | 257ea8f96f4bb56edacdeba37e5fc16bb6ac2bc3 (diff) | |
download | samba-8b5cb77118e6fbf99d33987341db7476913bada1.tar.gz samba-8b5cb77118e6fbf99d33987341db7476913bada1.tar.bz2 samba-8b5cb77118e6fbf99d33987341db7476913bada1.zip |
s4-selftest: disable RPC-COUNTCALLS
The RPC-COUNTCALLS was useful when we were working out IDL by hand
-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 c253e5cc33..87e7a8d20f 100644 --- a/source4/selftest/skip +++ b/source4/selftest/skip @@ -62,3 +62,4 @@ samba4.ntvfs.cifs.raw. nss.test # Fails raw.offline # Samba 4 doesn't have much offline support yet rpc.autoidl # this one just generates a lot of noise, and is no longer useful +samba4.rpc.countcalls # this is not useful now we have full IDL |