Skip to content

Commit c6e8648

Browse files
committed
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
1 parent 4f79def commit c6e8648

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openstackclient/tests/functional/common/test_quota.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ def test_quota_network_set_with_check_limit(self):
201201
self.PROJECT_NAME)
202202

203203
def test_quota_network_set_with_force(self):
204+
self.skipTest('story 2010110')
204205
if not self.haz_network:
205206
self.skipTest('No Network service present')
206207
# NOTE(ralonsoh): the Neutron support for the flag "check-limit" was

0 commit comments

Comments
 (0)