mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #49401 from rallytime/flaky-output-test
Mark output file permissions test as flaky
This commit is contained in:
commit
68d630f872
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue