Temp disable test_admin_sets_not_existing_quota_type

I need to temporarily disable this test because it is checking for the wrong exception type. The quotas validation patch[1] fixes this call to return the proper 400 error code instead of a 500. Once the validation patch has merged, we can re-enable this test with a corrected exception fix.

[1] https://review.opendev.org/c/openstack/designate/+/842219

Change-Id: I1cf822130bde59901a54bbca1886b615c609a974
This commit is contained in:
Michael Johnson 2022-05-17 22:05:55 +00:00
parent 767b347b4d
commit 1ac992532b
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ class QuotasV2TestNegative(base.BaseDnsV2Test):
headers=self.all_projects_header)
@decorators.idempotent_id('ac212fd8-c602-11ec-b042-201e8823901f')
@decorators.skip_because(bug="1934596")
def test_admin_sets_not_existing_quota_type(self):
LOG.info('Try to set quota using not existing quota type in its body')