summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-09-01 13:40:22 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-09-01 13:40:22 -0400
commit42b64ab964d095dbb96c926358359390b82e3a2a (patch)
tree946cfb728801c7de110a06f0c2d162763e895c91
parent7519a720bebcf3e547ab55f9953eb872fd184691 (diff)
tempest pull: additional skipped test filters
-rw-r--r--tempest-pull/app/bundle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest-pull/app/bundle.py b/tempest-pull/app/bundle.py
index c4aad44..8bb6c1e 100644
--- a/tempest-pull/app/bundle.py
+++ b/tempest-pull/app/bundle.py
@@ -237,7 +237,7 @@ class Bundle(object):
bug_disabled_test_pattern = ".*(Bug|tests are disabled).*"
# other patterns that indicate a skip that can be ignored
- other_ignore_pattern = ".*(feature is disabled|not available|is not supported).*"
+ other_ignore_pattern = ".*(feature is disabled|not available|is not supported|feature disabled|is not enabled).*"
for test in self.all_skipped_tests:
ignore_test = False