From a34ef2e54d7ea143e27092f2d0229e3491c61452 Mon Sep 17 00:00:00 2001 From: Mike Place Date: Mon, 27 Aug 2018 10:56:55 -0600 Subject: [PATCH] Matcher test marked flaky --- tests/integration/shell/test_matcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/shell/test_matcher.py b/tests/integration/shell/test_matcher.py index dee256672a..07cc9f96a9 100644 --- a/tests/integration/shell/test_matcher.py +++ b/tests/integration/shell/test_matcher.py @@ -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