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
This commit is contained in:
Rabi Mishra 2016-06-24 12:24:29 +05:30
parent b7d59bbb1b
commit 7ea3e68eb9
1 changed files with 3 additions and 0 deletions

View File

@ -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'