From 453fed4efd08fccd2979d0faf31a67facf133778 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 17 Mar 2010 22:44:44 +0100 Subject: s4-smbtorture: skip BackupLog test against samba in RPC-EVENTLOG. Guenther --- source4/torture/rpc/eventlog.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/torture/rpc') diff --git a/source4/torture/rpc/eventlog.c b/source4/torture/rpc/eventlog.c index f0ad35f7c3..101a8cedf2 100644 --- a/source4/torture/rpc/eventlog.c +++ b/source4/torture/rpc/eventlog.c @@ -386,6 +386,10 @@ static bool test_BackupLog(struct torture_context *tctx, struct eventlog_OpenUnknown0 unknown0; struct dcerpc_binding_handle *b = p->binding_handle; + if (torture_setting_bool(tctx, "samba3", false)) { + torture_skip(tctx, "skipping BackupLog test against samba"); + } + if (!get_policy_handle(tctx, b, &handle)) return false; -- cgit