Temporarily skip the ceilometer alarm test

Change-Id: I3e4547887e6c8c556b1b31a22d84a5848b2f9b97
Related-Bug: #1468697
This commit is contained in:
Angus Salkeld 2015-06-26 08:37:43 +10:00
parent fd75324f44
commit 9711730a4b
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 1468697 is fixed')
# 1. create the stack
stack_identifier = self.stack_create(template=self.template)