File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
py/test/selenium/webdriver/common Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ def test_create_user_context_with_direct_proxy(driver):
166166
167167
168168@pytest .mark .xfail_firefox (reason = "Firefox proxy settings are different" )
169+ @pytest .mark .xfail_remote
169170def test_create_user_context_with_manual_proxy_all_params (driver ):
170171 """Test creating a user context with manual proxy configuration."""
171172 # Start a fake proxy server
@@ -205,6 +206,7 @@ def test_create_user_context_with_manual_proxy_all_params(driver):
205206
206207
207208@pytest .mark .xfail_firefox (reason = "Firefox proxy settings are different" )
209+ @pytest .mark .xfail_remote
208210def test_create_user_context_with_both_params (driver ):
209211 """Test creating a user context with both acceptInsecureCerts and proxy parameters."""
210212 # Start fake proxy server
You can’t perform that action at this time.
0 commit comments