From: Samuel Cabrero Date: Mon, 29 Jun 2020 10:46:50 +0000 (+0200) Subject: s4:torture: Do not skip epmapper lookup terminate test in samba4 X-Git-Tag: samba-4.13.0rc1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=072cdbd371312311377f7a4449dddb18e4605462;p=thirdparty%2Fsamba.git s4:torture: Do not skip epmapper lookup terminate test in samba4 Signed-off-by: Samuel Cabrero Reviewed-by: David Mulder Reviewed-by: Andreas Schneider --- diff --git a/source4/torture/rpc/epmapper.c b/source4/torture/rpc/epmapper.c index f32d122b36e..be0acc0946e 100644 --- a/source4/torture/rpc/epmapper.c +++ b/source4/torture/rpc/epmapper.c @@ -437,10 +437,6 @@ static bool test_LookupHandleFree(struct torture_context *tctx, NTSTATUS status; struct epm_LookupHandleFree r; - if (torture_setting_bool(tctx, "samba4", false)) { - torture_skip(tctx, "Skip Insert test against Samba4"); - } - if (ndr_policy_handle_empty(entry_handle)) { torture_comment(tctx, "epm_LookupHandleFree failed - empty policy_handle\n");