Skip to content

Commit

Permalink
Merge pull request #2153 from mboutet/mboutet-patch-1
Browse files Browse the repository at this point in the history
chore: Remove misleading docstring in test
  • Loading branch information
cyberw authored Aug 7, 2022
2 parents 6746d66 + 9165209 commit 5f7b4fb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions locust/test/test_runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -3961,12 +3961,6 @@ def on_test_stop_fail(*args, **kwargs):
self.assertEqual(2, test_stop_run[0])

def test_stop_timeout_with_ramp_down(self):
"""
The spawn rate does not have an effect on the rate at which the users are stopped.
It is expected that the excess users will be stopped as soon as possible in parallel
(while respecting the stop_timeout).
"""

class MyTaskSet(TaskSet):
@task
def my_task(self):
Expand Down

0 comments on commit 5f7b4fb

Please sign in to comment.