Skip to content

Commit 291061a

Browse files
committed
add xfail for remote
1 parent 3997182 commit 291061a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py/test/selenium/webdriver/common/bidi_browser_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
169170
def 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
208210
def 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

0 commit comments

Comments
 (0)