From: Günther Deschner Date: Thu, 18 Feb 2010 00:45:06 +0000 (+0100) Subject: s4-smbtorture: skip printer info cross tests against samba 3 for now. X-Git-Url: http://git.samba.org/?p=abartlet%2Fsamba.git%2F.git;a=commitdiff_plain;h=998a7b4e3f50c49df3ad391a21c14e3df5e377eb s4-smbtorture: skip printer info cross tests against samba 3 for now. Not even w2k8r2 passes them atm. Guenther --- 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; }