Merge pull request #49401 from rallytime/flaky-output-test

Mark output file permissions test as flaky
This commit is contained in:
Nicole Thomas 2018-08-29 14:13:11 -04:00 committed by GitHub
commit 68d630f872
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -400,6 +400,7 @@ class CallTest(ShellCase, testprogram.TestProgramCase, ShellCaseCommonTestsMixin
if os.path.exists(output_file_append):
os.unlink(output_file_append)
@flaky
def test_issue_14979_output_file_permissions(self):
output_file = os.path.join(TMP, 'issue-14979')
with salt.utils.files.set_umask(0o077):