source3/selftest/tests.py or t.startswith("rpc.spoolss.") smb1
authorStefan Metzmacher <metze@samba.org>
Tue, 8 Nov 2022 18:39:19 +0000 (18:39 +0000)
committerStefan Metzmacher <metze@samba.org>
Mon, 22 Apr 2024 15:00:05 +0000 (17:00 +0200)
source3/selftest/tests.py

index 0901c2480c8017078f17064e3f0be9625be1d016..f171c8b14d7b2987ebe79f79c722bd0ec7de3b6c 100755 (executable)
@@ -1370,6 +1370,7 @@ for t in tests:
     elif (t in base and t != "base.charset") \
         or (t in rap and t != "rap.printing") \
         or (t in unix) \
+        or t.startswith("rpc.spoolss.") \
         or (t in ["rpc.authcontext",
                   "rpc.join",
                   "rpc.samba3.bind",