Skip to content

Commit

Permalink
Test: disable stealth parameter
Browse files Browse the repository at this point in the history
It causes issues with Github Actions
  • Loading branch information
D4Vinci authored Jan 28, 2025
1 parent 7776e19 commit 198b76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fetchers/sync/test_playwright.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def scroll_page(page):
@pytest.mark.parametrize("kwargs", [
{"disable_webgl": True, "hide_canvas": False},
{"disable_webgl": False, "hide_canvas": True},
{"stealth": True},
# {"stealth": True}, # causes issues with Github Actions
{"useragent": 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0'},
{"extra_headers": {'ayo': ''}}
])
Expand Down

0 comments on commit 198b76f

Please sign in to comment.