mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
s4-smbtorture: skip QueryInfoPolicy2 while running RPC-LSA against s3.
This is only supported by s3 when running pdb_ads atm. Guenther
This commit is contained in:
parent
bff9819521
commit
58d401bb21
@ -2506,6 +2506,10 @@ static bool test_QueryInfoPolicyCalls( bool version2,
|
||||
|
||||
torture_comment(tctx, "\nTesting %s\n", call);
|
||||
|
||||
if (version2 && torture_setting_bool(tctx, "samba3", false)) {
|
||||
torture_skip(tctx, "skipping QueryInfoPolicy2 tests\n");
|
||||
}
|
||||
|
||||
for (i=1;i<=14;i++) {
|
||||
r.in.handle = handle;
|
||||
r.in.level = i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user