Merge "Skip test_init_failed_processing_hook test"
This commit is contained in:
commit
f6665df978
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user