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:
parent
9329a28818
commit
8251e95c1a
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user