Matcher test marked flaky

This commit is contained in:
Mike Place 2018-08-27 10:56:55 -06:00
parent 0157eacffc
commit a34ef2e54d
No known key found for this signature in database
GPG Key ID: 9136F4F13705CFD3

View File

@ -318,6 +318,7 @@ class MatchTest(ShellCase, ShellCaseCommonTestsMixin):
data = '\n'.join(data) data = '\n'.join(data)
self.assertIn('minion', data) self.assertIn('minion', data)
@flaky
def test_salt_documentation(self): def test_salt_documentation(self):
''' '''
Test to see if we're supporting --doc Test to see if we're supporting --doc