diff options
Diffstat (limited to 'openstackclient/tests/functional')
| -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 |
