do not use virtual display

This commit is contained in:
Thephaseless 2024-12-17 12:03:53 +00:00
parent c8ccfd8cb2
commit 0ccfa1f6a9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
#!/bin/sh
uv run pytest --retries 2 -n auto --xvfb
uv run pytest --retries 2 -n auto