]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
test:doc: Skip 'clustering=yes'
authorChristof Schmitt <cs@samba.org>
Tue, 21 Aug 2018 21:58:01 +0000 (14:58 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 9 Oct 2018 09:29:23 +0000 (11:29 +0200)
As testparm will error out when running clustering=yes as non-root, skip
this step to avoid a test failure.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13465

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(backported from commit 3ecb9ed7b079fc1bf74c311cf5f1684086b36883)

python/samba/tests/docs.py

index 1462600b3b1f88fa331a39303045beefe1b942b8..f8b62dcf8554a37de31e9f739ec19d9b55d5d1d8 100644 (file)
@@ -163,7 +163,8 @@ class SmbDotConfTests(TestCase):
                           'registry shares',
                           'smb ports',
                           'rpc server dynamic port range',
-                          'name resolve order'])
+                          'name resolve order',
+                          'clustering'])
         self._test_empty(['bin/testparm'])
 
     def test_default_s4(self):