Disable CeilometerAlarmTest.test_alarm

Gate seems to be broken due to some recent change. Possibly
https://review.openstack.org/#/c/254755/. Disabling the test
till it's sorted.

Change-Id: Iaae3305b3844be8c20c0652f544abe6a4844fe00
Partial-Bug: #1529058
This commit is contained in:
Rabi Mishra 2015-12-24 16:33:20 +05:30
parent 2f8a9993f6
commit 7ae4b3212d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ iniset heat_integrationtests.conf DEFAULT minimal_image_ref cirros-0.3.4-x86_64-
# 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'
iniset heat_integrationtests.conf DEFAULT skip_scenario_test_list 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest, CeilometerAlarmTest.test_alarm'
# Skip some tests for convergence until it is fixed
if [ "$ENABLE_CONVERGENCE" == "true" ] ; then