Disabling integration.shell.test_minion.MinionTest.test_issue_7754 test on OS X because it hangs the test suite.

This commit is contained in:
Gareth J. Greenaway 2019-05-08 20:02:54 -07:00 committed by Ch3LL
parent 78aeb61f67
commit 5784e80ca7
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

View file

@ -49,6 +49,7 @@ class MinionTest(ShellCase, testprogram.TestProgramCase, ShellCaseCommonTestsMix
'subminion',
)
@skipIf(salt.utils.platform.is_darwin(), 'Test is flaky on macosx')
def test_issue_7754(self):
old_cwd = os.getcwd()
config_dir = os.path.join(TMP, 'issue-7754')