diff --git a/tests/fetchers/async/test_playwright.py b/tests/fetchers/async/test_playwright.py index a8b4ef4..cf29ebf 100644 --- a/tests/fetchers/async/test_playwright.py +++ b/tests/fetchers/async/test_playwright.py @@ -70,7 +70,7 @@ class TestPlayWrightFetcherAsync: @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': ''}} ])