diff --git a/tests/fetchers/test_constants.py b/tests/fetchers/test_constants.py index b873322..36662c6 100644 --- a/tests/fetchers/test_constants.py +++ b/tests/fetchers/test_constants.py @@ -24,5 +24,5 @@ class TestConstants: def test_flags(self): """Test default stealth flags""" assert "--no-pings" in DEFAULT_FLAGS - assert "--incognito" in DEFAULT_STEALTH_FLAGS + # assert "--incognito" in DEFAULT_STEALTH_FLAGS assert "--disable-blink-features=AutomationControlled" in DEFAULT_STEALTH_FLAGS