Skip to content

Commit

Permalink
Try to fix tests for run_single_user by avoiding log setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Dec 19, 2023
1 parent 53db18a commit 130a4da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion locust/test/test_debugging.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ def _stop_user():
t = Timer(1, _stop_user)
t.start()

debug.run_single_user(MyUser1)
debug.run_single_user(
MyUser1,
loglevel=None, # another log setup might mess with other tests...
)

0 comments on commit 130a4da

Please sign in to comment.