From 58d401bb212b43d05213514f8bb2efa850d4e5c9 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 2 Nov 2009 20:11:14 +0100 Subject: s4-smbtorture: skip QueryInfoPolicy2 while running RPC-LSA against s3. This is only supported by s3 when running pdb_ads atm. Guenther --- source4/torture/rpc/lsa.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4') diff --git a/source4/torture/rpc/lsa.c b/source4/torture/rpc/lsa.c index 76246525b2..76b693f052 100644 --- a/source4/torture/rpc/lsa.c +++ b/source4/torture/rpc/lsa.c @@ -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; -- cgit