Unskip StackCancelTest

python-heatclient is bumped, time to resume this test.

Change-Id: Ieebe6a6cb99ece42fd06f1bb6626ffb37dec1f6d
This commit is contained in:
ricolin 2018-02-07 14:38:35 +08:00
parent 004971b6f2
commit c6e6196e69
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
}