Merge "Open test_create_too_many_instances"

This commit is contained in:
Zuul 2017-10-23 21:43:28 +00:00 committed by Gerrit Code Review
commit 32e714475c

View File

@ -282,8 +282,6 @@ class CreateInstanceQuotaTest(unittest.TestCase):
self.test_info.user.tenant_id, quota_dict)
def test_create_too_many_instances(self):
raise SkipTest(
"Skipping until https://review.openstack.org/#/c/331323 merges")
instance_quota = 0
quota_dict = {'instances': instance_quota}
new_quotas = dbaas_admin.quota.update(self.test_info.user.tenant_id,