commit | 1ac992532b2581b75d165df3b632944a5384d9d0 | [log] [tgz] |
---|---|---|
author | Michael Johnson <johnsomor@gmail.com> | Tue May 17 22:05:55 2022 +0000 |
committer | Michael Johnson <johnsomor@gmail.com> | Tue May 17 22:08:21 2022 +0000 |
tree | c170d3f37581f88baf6bc3c5bb9bc1cde2fb0fe5 | |
parent | 767b347b4d4fa836ad0fdcd87364d503428f2211 [diff] |
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
diff --git a/designate_tempest_plugin/tests/api/v2/test_quotas.py b/designate_tempest_plugin/tests/api/v2/test_quotas.py index 0366843..0264dd3 100644 --- a/designate_tempest_plugin/tests/api/v2/test_quotas.py +++ b/designate_tempest_plugin/tests/api/v2/test_quotas.py
@@ -293,6 +293,7 @@ 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')