Skip GCE unit tests - causes test suite to hang

This commit is contained in:
rallytime 2016-07-21 10:53:00 -06:00
parent 52a95b2ea3
commit 15b4f5a8b3

View file

@ -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'))