Skip to content

Commit

Permalink
tests: fix rare hang in test_nested_execution_with_explicit_ports
Browse files Browse the repository at this point in the history
by not starting test servers which it does not actually use
  • Loading branch information
ploxiln committed Jun 7, 2018
1 parent caad88d commit d4f7716
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,6 @@ class MyTask(Task):
mytask = MyTask()
execute(mytask)

@server(port=2200)
@server(port=2201)
def test_nested_execution_with_explicit_ports(self):
"""
nested executions should work with defined ports
Expand Down

0 comments on commit d4f7716

Please sign in to comment.