mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #49344 from cachedout/test_matcher_flaky
Matcher test marked flaky
This commit is contained in:
commit
d8f2945813
1 changed files with 1 additions and 0 deletions
|
@ -318,6 +318,7 @@ class MatchTest(ShellCase, ShellCaseCommonTestsMixin):
|
|||
data = '\n'.join(data)
|
||||
self.assertIn('minion', data)
|
||||
|
||||
@flaky
|
||||
def test_salt_documentation(self):
|
||||
'''
|
||||
Test to see if we're supporting --doc
|
||||
|
|
Loading…
Add table
Reference in a new issue