From: Christof Schmitt Date: Tue, 21 Aug 2018 21:58:01 +0000 (-0700) Subject: test:doc: Skip 'clustering=yes' X-Git-Tag: samba-4.8.8~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1ba25364239e9d4131d5e9d30e4c3c63b7a65d8;p=thirdparty%2Fsamba.git test:doc: Skip 'clustering=yes' 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 Reviewed-by: Ralph Boehme (backported from commit 3ecb9ed7b079fc1bf74c311cf5f1684086b36883) --- diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py index 1462600b3b1..f8b62dcf855 100644 --- a/python/samba/tests/docs.py +++ b/python/samba/tests/docs.py @@ -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):