From 998a7b4e3f50c49df3ad391a21c14e3df5e377eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 18 Feb 2010 01:45:06 +0100 Subject: [PATCH] s4-smbtorture: skip printer info cross tests against samba 3 for now. Not even w2k8r2 passes them atm. Guenther --- source4/torture/rpc/spoolss.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index 4c8ba0c0f51..08cb4f205f2 100644 --- a/source4/torture/rpc/spoolss.c +++ b/source4/torture/rpc/spoolss.c @@ -4212,6 +4212,10 @@ static bool test_printer_info(struct torture_context *tctx, { bool ret = true; + if (torture_setting_bool(tctx, "samba3", false)) { + torture_skip(tctx, "skipping printer info cross tests against samba 3"); + } + if (!test_PrinterInfo(tctx, p, handle)) { ret = false; } -- 2.34.1