summaryrefslogtreecommitdiff
path: root/python/tests_0-10/execution.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests_0-10/execution.py')
-rw-r--r--python/tests_0-10/execution.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests_0-10/execution.py b/python/tests_0-10/execution.py
index 9541369444..950ff59d97 100644
--- a/python/tests_0-10/execution.py
+++ b/python/tests_0-10/execution.py
@@ -25,5 +25,5 @@ class ExecutionTests (TestBase):
channel = self.channel
for i in [1, 2, 3]:
channel.basic_publish(routing_key=str(i))
- channel.execution_flush()
+ #channel.execution_flush()
assert(channel.completion.wait(channel.completion.command_id, timeout=1))