From c6e6196e690e7ff89809c79a7fbac2e26da24f8d Mon Sep 17 00:00:00 2001 From: ricolin Date: Wed, 7 Feb 2018 14:38:35 +0800 Subject: [PATCH] Unskip StackCancelTest python-heatclient is bumped, time to resume this test. Change-Id: Ieebe6a6cb99ece42fd06f1bb6626ffb37dec1f6d --- heat_integrationtests/prepare_test_env.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/heat_integrationtests/prepare_test_env.sh b/heat_integrationtests/prepare_test_env.sh index eafbc99c46..490fd8200b 100755 --- a/heat_integrationtests/prepare_test_env.sh +++ b/heat_integrationtests/prepare_test_env.sh @@ -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 }