summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-02-18 01:45:06 +0100
committerGünther Deschner <gd@samba.org>2010-02-18 01:49:02 +0100
commit998a7b4e3f50c49df3ad391a21c14e3df5e377eb (patch)
tree04e688e333d2f00e355e047cbe44a8d438df8457 /source4
parent97d36377d3521c762c20c9a81482741d0f325964 (diff)
downloadsamba-998a7b4e3f50c49df3ad391a21c14e3df5e377eb.tar.gz
samba-998a7b4e3f50c49df3ad391a21c14e3df5e377eb.tar.bz2
samba-998a7b4e3f50c49df3ad391a21c14e3df5e377eb.zip
s4-smbtorture: skip printer info cross tests against samba 3 for now.
Not even w2k8r2 passes them atm. Guenther
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/spoolss.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c
index 4c8ba0c0f5..08cb4f205f 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;
}