commit | 758b767ee9bc1d5729fdee65f335e3bdd8662562 | [log] [tgz] |
---|---|---|
author | zhufl <zhu.fanglei@zte.com.cn> | Thu Feb 23 10:37:50 2017 +0800 |
committer | zhufl <zhu.fanglei@zte.com.cn> | Thu Feb 23 10:37:50 2017 +0800 |
tree | 1ed1704b7649e991bda5a1e24c3ee1bbc6709671 | |
parent | 3949f07d7ac23004caa4d33caa130df59478e675 [diff] |
Skip test_stamp_pattern until bug 1664793 is fixed test_stamp_pattern fails for some backends, and I79ef5b3751747755fc71793f4701e9c886a3e4ff is trying to fix it. This is to skip test_stamp_pattern until bug 1664793 is fixed. Change-Id: I79c146f7f5db230097fd30e0ec9f4530337913d6
diff --git a/tempest/scenario/test_stamp_pattern.py b/tempest/scenario/test_stamp_pattern.py index 8661217..00f892f 100644 --- a/tempest/scenario/test_stamp_pattern.py +++ b/tempest/scenario/test_stamp_pattern.py
@@ -88,6 +88,7 @@ CONF.compute.build_interval): raise lib_exc.TimeoutException + @decorators.skip_because(bug="1664793") @decorators.idempotent_id('10fd234a-515c-41e5-b092-8323060598c5') @testtools.skipUnless(CONF.compute_feature_enabled.snapshot, 'Snapshotting is not available.')