We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3004f commit bac8478Copy full SHA for bac8478
py/test/selenium/webdriver/common/bidi_network_tests.py
@@ -21,8 +21,8 @@
21
from selenium.webdriver.common.bidi.network import BeforeRequestSentParameters
22
from selenium.webdriver.common.bidi.network import ContinueRequestParameters
23
24
-
25
-@pytest.mark.no_driver_after_test
+@pytest.mark.xfail_firefox
+@pytest.mark.xfail_safari
26
async def test_add_request_handler(driver):
27
28
def request_filter(params: BeforeRequestSentParameters):
0 commit comments