Remove the TODO for subscription ttl test

The subscription TTL test has ran at server side with tempest test
already. And it's a slow test because the minimum of TTL is 60
seconds, so we don't need add this to client functional test now.

Change-Id: I8734703e52594f63079b24acb338af3af6c406e8
This commit is contained in:
wangxiyuan 2016-12-14 16:44:49 +08:00
parent 43fe2bee07
commit 2418dc3bfd

View File

@ -180,8 +180,6 @@ class QueuesV2SubscriptionFunctionalTest(base.QueuesTestBase):
def setUp(self):
super(QueuesV2SubscriptionFunctionalTest, self).setUp()
# TODO(flwang): Now there is a bug(#1529168) for the subscription TTL,
# so we will add a test case for TTL after the bug fixed.
self.queue_name = 'beijing'
queue = self.client.queue(self.queue_name, force_create=True)
self.addCleanup(queue.delete)