Skip to content

Commit

Permalink
playwright: disable sandbox as it was hanging on startup on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Feb 22, 2024
1 parent c7d79ca commit 9b71697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust_plugins/users/playwright.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ async def _pwprep(self):
#
# "--enable-profiling",
# "--profiling-at-start=renderer",
"--no-sandbox",
# "--no-sandbox", # disabled because it hangs on windows
# "--profiling-flush",
# maybe even made it worse?
# "--disable-gpu-vsync",
Expand Down

0 comments on commit 9b71697

Please sign in to comment.