Fix sporadic test failure in manila
Fixes a sporadic unit test failure that was introduced during Yoga by removing an unecessary waiter. Closes-bug: #1964521 Change-Id: If26a54c1a43cbf82b38ab9fa034e5e1c0ff88fe4
This commit is contained in:
parent
7b929de8b5
commit
3d04487fa8
@ -89,7 +89,6 @@ class ServiceFlagsTestCase(test.TestCase):
|
||||
app = service.Service.create(host=host, binary=binary)
|
||||
app.start()
|
||||
app.stop()
|
||||
app.wait()
|
||||
ref = db.service_get(context.get_admin_context(), app.service_id)
|
||||
db.service_destroy(context.get_admin_context(), app.service_id)
|
||||
self.assertFalse(ref['disabled'])
|
||||
|
Loading…
Reference in New Issue
Block a user