Merge "Turn off test_create_too_many_instances"

This commit is contained in:
Jenkins 2016-08-19 12:46:02 +00:00 committed by Gerrit Code Review
commit eb42365022
1 changed files with 2 additions and 0 deletions

View File

@ -272,6 +272,8 @@ 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,