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)