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 59b7311 commit 649de70Copy full SHA for 649de70
py/test/selenium/webdriver/common/devtools_tests.py
@@ -21,6 +21,7 @@
21
22
@pytest.mark.xfail_safari
23
@pytest.mark.xfail_firefox
24
+@pytest.mark.xfail_remote
25
def test_check_console_messages(driver, pages):
26
with pytest.warns(None) as record:
27
devtools, connection = driver.start_devtools()
0 commit comments