From ab64b3a16b7bb9e5956ab90851ce5b441d3b080a Mon Sep 17 00:00:00 2001 From: jiansong Date: Sun, 18 Dec 2016 22:22:59 -0800 Subject: [PATCH] Open test_create_too_many_instances With https://review.openstack.org/#/c/331323 merges,it is time to open this test. Change-Id: I508b5fbb0ca5ac331a60b310002098f42c903616 --- trove/tests/api/instances.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/trove/tests/api/instances.py b/trove/tests/api/instances.py index 5dab9d35aa..e5fd3142eb 100644 --- a/trove/tests/api/instances.py +++ b/trove/tests/api/instances.py @@ -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,