s4-smbtorture: skip printer info cross tests against samba 3 for now.
authorGünther Deschner <gd@samba.org>
Thu, 18 Feb 2010 00:45:06 +0000 (01:45 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 18 Feb 2010 00:49:02 +0000 (01:49 +0100)
Not even w2k8r2 passes them atm.

Guenther

source4/torture/rpc/spoolss.c

index 4c8ba0c0f51a1a76702e88bd4a92f6390cac9158..08cb4f205f2f4da2353731c7379bfc2bdbf5c181 100644 (file)
@@ -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;
        }