Avoid new bug 963248.
Change-Id: If065d124b3a69178871e0a8a36db5dd3aa367fd7
This commit is contained in:
parent
c341a90d16
commit
764b51bafb
@ -140,6 +140,7 @@ class ServerActionsTest(unittest.TestCase):
|
|||||||
"""
|
"""
|
||||||
self.assertRaises(exceptions.NotFound, self.client.reboot, 999, 'SOFT')
|
self.assertRaises(exceptions.NotFound, self.client.reboot, 999, 'SOFT')
|
||||||
|
|
||||||
|
@unittest.skip('Until bug 963248 is fixed.')
|
||||||
@attr(type='negative')
|
@attr(type='negative')
|
||||||
def test_rebuild_nonexistant_server(self):
|
def test_rebuild_nonexistant_server(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user