From 07c3e8b049ae464144541774fcc7b448af61768d Mon Sep 17 00:00:00 2001 From: gtt116 Date: Fri, 3 Apr 2015 07:39:26 +0000 Subject: [PATCH] Do not skip functional test for amqp driver Since bug #1438742 is fixed, enable tests. Change-Id: Id05c04e1a1c7e0f162e3105792ad47bd44482d69 --- oslo_messaging/tests/functional/notify/test_logger.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/oslo_messaging/tests/functional/notify/test_logger.py b/oslo_messaging/tests/functional/notify/test_logger.py index 09e0d779a..f8d799b9a 100644 --- a/oslo_messaging/tests/functional/notify/test_logger.py +++ b/oslo_messaging/tests/functional/notify/test_logger.py @@ -48,9 +48,6 @@ class LoggingNotificationHandlerTestCase(utils.SkipIfNoTransportURL): cls._driver) def test_logging(self): - if self.url.startswith("amqp:"): - self.skipTest("#1438742") - # NOTE(gtt): Using different topic to make tests run in parallel topic = 'test_logging_%s_driver_%s' % (self.priority, self.driver)