diff --git a/heat_integrationtests/scenario/test_ceilometer_alarm.py b/heat_integrationtests/scenario/test_ceilometer_alarm.py index 1ad702b003..d8f21fd620 100644 --- a/heat_integrationtests/scenario/test_ceilometer_alarm.py +++ b/heat_integrationtests/scenario/test_ceilometer_alarm.py @@ -36,7 +36,6 @@ 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)