mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip GCE unit tests - causes test suite to hang
This commit is contained in:
parent
52a95b2ea3
commit
15b4f5a8b3
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ class ExtendedTestCase(TestCase):
|
|||
self.assertEqual(exc.message, exc_msg)
|
||||
|
||||
|
||||
@skipIf(True, 'Test mock token is not properly mocked and occassionally causes the test suite to hang.')
|
||||
@skipIf(not HAS_CERTS, 'Cannot find CA cert bundle')
|
||||
@skipIf(NO_MOCK, NO_MOCK_REASON)
|
||||
@patch('salt.cloud.clouds.gce.__virtual__', MagicMock(return_value='gce'))
|
||||
|
|
Loading…
Add table
Reference in a new issue