summaryrefslogtreecommitdiff
path: root/python/tests/broker.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/broker.py')
-rw-r--r--python/tests/broker.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/tests/broker.py b/python/tests/broker.py
index f7cb3bcef3..173391c91b 100644
--- a/python/tests/broker.py
+++ b/python/tests/broker.py
@@ -45,8 +45,6 @@ class BrokerTests(TestBase):
msg = self.client.queue(ctag).get(timeout = 5)
ch.basic_ack(delivery_tag = msg.delivery_tag)
self.assert_(msg.content.body == body)
-
- # TODO: Ensure we get a failure if an ack consumer doesn't ack.
def test_basic_delivery_immediate(self):
"""