From 7ea3e68eb969901838293a2cbcae6024451a20d9 Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Fri, 24 Jun 2016 12:24:29 +0530 Subject: [PATCH] Skip AutoScalingSignalTest.test_signal_during_suspend This seems to be broken by[1] [1] https://review.openstack.org/#/c/314284 Change-Id: I00e439cc0b94b4ed2d88ddfbb91568e804313ae5 Related-Bug: #1595819 --- heat_integrationtests/prepare_test_env.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/heat_integrationtests/prepare_test_env.sh b/heat_integrationtests/prepare_test_env.sh index 9e8e37a8c6..b0fd92d368 100755 --- a/heat_integrationtests/prepare_test_env.sh +++ b/heat_integrationtests/prepare_test_env.sh @@ -40,6 +40,9 @@ iniset heat_integrationtests.conf DEFAULT minimal_image_ref cirros-0.3.4-x86_64- iniset heat_integrationtests.conf DEFAULT admin_username $OS_USERNAME iniset heat_integrationtests.conf DEFAULT admin_password $OS_PASSWORD +# Add functional tests to skip +iniset heat_integrationtests.conf DEFAULT skip_functional_test_list 'AutoScalingSignalTest.test_signal_during_suspend' + # Add scenario tests to skip # VolumeBackupRestoreIntegrationTest skipped until failure rate can be reduced ref bug #1382300 iniset heat_integrationtests.conf DEFAULT skip_scenario_test_list 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest'