Skip to content

Commit

Permalink
remove duplicated quit event
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhaode authored Dec 17, 2021
1 parent 891b461 commit 85e60db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion locust/test/test_runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,6 @@ def _(*args, **kwargs):
# give time for users to generate stats, and stats to be sent to master
sleep(0.1)
master_env.events.quitting.fire(environment=master_env, reverse=True)
master.quit()
sleep(0.1)
# make sure users are killed
self.assertEqual(0, worker.user_count)
Expand Down

0 comments on commit 85e60db

Please sign in to comment.