From dd4fcc47c827eec5693907eb26ceff3cc40241d7 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Wed, 20 Aug 2025 16:36:58 +0300 Subject: [PATCH] test: remove geoip from the async camoufox test to lower errors of rate limiting caused by downloading the geo db from GitHub --- tests/fetchers/async/test_camoufox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fetchers/async/test_camoufox.py b/tests/fetchers/async/test_camoufox.py index bca234b..6a0700b 100644 --- a/tests/fetchers/async/test_camoufox.py +++ b/tests/fetchers/async/test_camoufox.py @@ -73,7 +73,7 @@ class TestStealthyFetcher: "extra_headers": {"ayo": ""}, "os_randomize": True, "disable_ads": True, - "geoip": True, + # "geoip": True, "custom_config": {"keep_comments": False, "keep_cdata": False}, "additional_args": {"window": (1920, 1080)}, },