mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #24381 from jtand/seed_test
Disabled flaky test to review later
This commit is contained in:
commit
9890bc4e43
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ class SeedTestCase(TestCase):
|
|||
self.assertFalse(seed.apply_('path',
|
||||
install=False))
|
||||
|
||||
@skipIf(True, 'Failing intermittently, will review later')
|
||||
def test_mkconfig(self):
|
||||
'''
|
||||
Test to generate keys and config and put them in a tmp directory.
|
||||
|
|
Loading…
Add table
Reference in a new issue