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
This commit is contained in:
parent
4f79def9aa
commit
c6e8648786
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user