mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s4-smbtorture: skip ReplyOpenPrinter test in RPC-SPOOLSS-NOTIFY while testing s3.
Guenther
This commit is contained in:
parent
7d1c1e0083
commit
e0660ed1bc
@ -315,6 +315,10 @@ static bool test_ReplyOpenPrinter(struct torture_context *tctx,
|
||||
struct spoolss_ReplyClosePrinter s;
|
||||
struct policy_handle h;
|
||||
|
||||
if (torture_setting_bool(tctx, "samba3", false)) {
|
||||
torture_skip(tctx, "skipping ReplyOpenPrinter server implementation test against s3\n");
|
||||
}
|
||||
|
||||
r.in.server_name = "earth";
|
||||
r.in.printer_local = 2;
|
||||
r.in.type = REG_DWORD;
|
||||
|
Loading…
Reference in New Issue
Block a user