Skip to content

Commit bac8478

Browse files
committed
Update tests
1 parent 2b3004f commit bac8478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/test/selenium/webdriver/common/bidi_network_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
from selenium.webdriver.common.bidi.network import BeforeRequestSentParameters
2222
from selenium.webdriver.common.bidi.network import ContinueRequestParameters
2323

24-
25-
@pytest.mark.no_driver_after_test
24+
@pytest.mark.xfail_firefox
25+
@pytest.mark.xfail_safari
2626
async def test_add_request_handler(driver):
2727

2828
def request_filter(params: BeforeRequestSentParameters):

0 commit comments

Comments
 (0)