Merge pull request #24381 from jtand/seed_test

Disabled flaky test to review later
This commit is contained in:
Justin Findlay 2015-06-04 08:57:43 -06:00
commit 9890bc4e43

View file

@ -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.