Merge "Unskip StackCancelTest"

This commit is contained in:
Zuul 2018-02-26 12:34:12 +00:00 committed by Gerrit Code Review
commit 589a905ea6
1 changed files with 1 additions and 2 deletions

View File

@ -63,8 +63,7 @@ function _config_functionaltests
_config_iniset $conf_file
# Skip NotificationTest till bug #1721202 is fixed
# Skip StackCancelTest till the python-heatclient is bumped
iniset $conf_file heat_plugin skip_functional_test_list 'NotificationTest, StackCancelTest'
iniset $conf_file heat_plugin skip_functional_test_list 'NotificationTest'
cat $conf_file
}