1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-15 05:57:49 +03:00

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 <cs@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(backported from commit 3ecb9ed7b079fc1bf74c311cf5f1684086b36883)
This commit is contained in:
Christof Schmitt 2018-08-21 14:58:01 -07:00 committed by Karolin Seeger
parent 9329a28818
commit 8251e95c1a

View 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):