s4-smbtorture: skip printer info cross tests against samba 3 for now.
[abartlet/samba.git/.git] / 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;
        }