]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:torture: Skip test_BackupLog against all of Samba
authorAndreas Schneider <asn@samba.org>
Fri, 17 Jan 2025 16:50:38 +0000 (17:50 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 27 Jan 2025 10:41:40 +0000 (10:41 +0000)
This is a Windows test.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source4/torture/rpc/eventlog.c

index 87dc6a2cd314e108d454d15e763ccff49ee390cb..b6b1da5749c7ce2826cbf4790c197f5cebe36bbf 100644 (file)
@@ -410,7 +410,10 @@ static bool test_BackupLog(struct torture_context *tctx,
        struct eventlog_OpenUnknown0 unknown0;
        struct dcerpc_binding_handle *b = p->binding_handle;
 
-       if (torture_setting_bool(tctx, "samba3", false)) {
+       if (torture_setting_bool(tctx, "samba3", false) ||
+           torture_setting_bool(tctx, "samba4", false) ||
+           torture_setting_bool(tctx, "samba4-ntvfs", false))
+       {
                torture_skip(tctx, "skipping BackupLog test against samba");
        }