Merge "Skip test_init_failed_processing_hook test"

This commit is contained in:
Jenkins 2016-07-08 12:48:35 +00:00 committed by Gerrit Code Review
commit f6665df978

View File

@ -626,6 +626,7 @@ class TestInit(test_base.BaseTest):
self.service.init()
self.assertFalse(mock_firewall.called)
@unittest.skip('skipped until stevedore > 1.15.0 is released')
@mock.patch.object(main.LOG, 'critical')
def test_init_failed_processing_hook(self, mock_log, mock_node_cache,
mock_get_client, mock_auth,