From 06b234e8118166ded401284eaf3a2227ec56eae7 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 12 Nov 2009 08:08:26 +1100 Subject: s4:torture Remove _drs_util_verify_attids() from RPC-DSSYNC I'm satisfied that the task this test does is already done by the time we map the incoming schema, and process the objects. If we have the OID mapping wrong or incomplete, we will get any errors this test found errors there. (And this dramaticly reduces the test time, so we can now add RPC-DSSYNC to 'make test'). Andrew Bartlett --- source4/selftest/skip | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/selftest') diff --git a/source4/selftest/skip b/source4/selftest/skip index 843181e7d1..bd3263d21e 100644 --- a/source4/selftest/skip +++ b/source4/selftest/skip @@ -41,7 +41,6 @@ ntvfs.cifs.raw.notify ntvfs.cifs.raw.scan-eamax ntvfs.cifs.raw.context ntvfs.cifs.raw.qfileinfo.ipc -rpc.dssync rpc.samsync rpc.remact # Not provided by Samba 4 rpc.oxidresolve # Not provided by Samba 4 -- cgit