diff options
| author | Dr. Jens Harbott <harbott@osism.tech> | 2022-06-27 15:23:02 +0200 |
|---|---|---|
| committer | Dr. Jens Harbott <harbott@osism.tech> | 2022-06-28 06:56:14 +0200 |
| commit | c6e8648786cb6bceb5951e4fba9b48014e29b215 (patch) | |
| tree | e34f7cbd3b09086c7904402b1abc79958af80232 /openstackclient | |
| parent | 4f79def9aa356ab7df2fdb4546585d49e0116bc8 (diff) | |
| download | python-openstackclient-c6e8648786cb6bceb5951e4fba9b48014e29b215.tar.gz | |
Skip test_quota_network_set_with_force func test
This test was added in [0] and it causes a lot of failures, since
setting the network quota to 1 will result in quota errors for any other
test that is trying to create a network in parallel. We can only run
this test in a serial tempest task that would need to be created for
such a scenario.
Related-Story: 2010110
Change-Id: I6015c181ecabff26bdb1b0c11b0e33ad39e6f083
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/tests/functional/common/test_quota.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/tests/functional/common/test_quota.py b/openstackclient/tests/functional/common/test_quota.py index 5096fa06..783294df 100644 --- a/openstackclient/tests/functional/common/test_quota.py +++ b/openstackclient/tests/functional/common/test_quota.py @@ -201,6 +201,7 @@ class QuotaTests(base.TestCase): self.PROJECT_NAME) def test_quota_network_set_with_force(self): + self.skipTest('story 2010110') if not self.haz_network: self.skipTest('No Network service present') # NOTE(ralonsoh): the Neutron support for the flag "check-limit" was |
