Merge "Temporarily skip the ceilometer alarm test(again)"

This commit is contained in:
Jenkins 2015-07-09 08:52:34 +00:00 committed by Gerrit Code Review
commit 52d2fd9ae4
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ class CeilometerAlarmTest(test.HeatIntegrationTest):
def test_alarm(self):
"""Confirm we can create an alarm and trigger it."""
self.skipTest('Until bug 1472891 is fixed in ceilometer')
# 1. create the stack
stack_identifier = self.stack_create(template=self.template)