Skip to content

Commit

Permalink
do not use virtual display
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhaseless committed Dec 17, 2024
1 parent c8ccfd8 commit 0ccfa1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def read_item(request: LinkRequest) -> LinkResponse:
response: LinkResponse

# start_time = int(time.time() * 1000)
with SB(uc=True, locale_code="en", test=False, xvfb=True, ad_block=True) as sb:
with SB(uc=True, locale_code="en", test=False, ad_block=True) as sb:
try:
sb: BaseCase
global cookies # noqa: PLW0603
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

uv run pytest --retries 2 -n auto --xvfb
uv run pytest --retries 2 -n auto

0 comments on commit 0ccfa1f

Please sign in to comment.