summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--functest/opnfv_tests/openstack/rally/blacklist.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/rally/blacklist.txt b/functest/opnfv_tests/openstack/rally/blacklist.txt
index 4b42c312a..b2e423585 100644
--- a/functest/opnfv_tests/openstack/rally/blacklist.txt
+++ b/functest/opnfv_tests/openstack/rally/blacklist.txt
@@ -59,6 +59,16 @@ scenario:
# in Pike.
# Ref: https://docs.openstack.org/releasenotes/ceilometer/pike.html
- 'Ceilometer..*'
+ -
+ scenarios:
+ - '^os-' # all scenarios
+ installers:
+ - '.+' # all installers
+ tests:
+ # Following test occasionally fails due to race condition issue on
+ # quota manipulation in nova.
+ # Ref: https://bugs.launchpad.net/nova/+bug/1552622
+ - 'Quotas.nova_update_and_delete'
functionality:
-