From 3619b1a7b2b5a2bfe6fdb13ecb4650ae575ab3e8 Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Tue, 15 Jan 2013 17:23:03 +0100 Subject: torture: skip FSCTL_SRV_ENUM_SNAPS test when not supported If FSCTL_SRV_ENUM_SNAPS fails with NT_STATUS_NOT_SUPPORTED then skip the test, this means we can run the full ioctl test suite as part of autobuild. Reviewed by: Jeremy Allison --- selftest/skip | 1 - 1 file changed, 1 deletion(-) (limited to 'selftest/skip') diff --git a/selftest/skip b/selftest/skip index 4101aa23c6..43866bb7c0 100644 --- a/selftest/skip +++ b/selftest/skip @@ -103,7 +103,6 @@ bench # don't run benchmarks in our selftest # we should build a samba4ktutil and use that instead ^samba4.blackbox.ktpass # this test isn't portable ... ^samba4.drs.repl_schema.python # flakey test -^samba4.smb2.ioctl # snapshots not supported by default ^samba4.drs.delete_object.python # flakey test ^samba4.rpc.unixinfo # This contains a server-side getpwuid call which hangs the server when nss_winbindd is in use ^samba.tests.dcerpc.unix # This contains a server-side getpwuid call which hangs the server when nss_winbindd is in use -- cgit