Do not skip functional test for amqp driver
Since bug #1438742 is fixed, enable tests. Change-Id: Id05c04e1a1c7e0f162e3105792ad47bd44482d69
This commit is contained in:
parent
6ae44f33e8
commit
07c3e8b049
@ -48,9 +48,6 @@ class LoggingNotificationHandlerTestCase(utils.SkipIfNoTransportURL):
|
|||||||
cls._driver)
|
cls._driver)
|
||||||
|
|
||||||
def test_logging(self):
|
def test_logging(self):
|
||||||
if self.url.startswith("amqp:"):
|
|
||||||
self.skipTest("#1438742")
|
|
||||||
|
|
||||||
# NOTE(gtt): Using different topic to make tests run in parallel
|
# NOTE(gtt): Using different topic to make tests run in parallel
|
||||||
topic = 'test_logging_%s_driver_%s' % (self.priority, self.driver)
|
topic = 'test_logging_%s_driver_%s' % (self.priority, self.driver)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user