Skip to content

Commit 649de70

Browse files
committed
Ignore CDP tests with Firefox against the Grid
1 parent 59b7311 commit 649de70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/test/selenium/webdriver/common/devtools_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
@pytest.mark.xfail_safari
2323
@pytest.mark.xfail_firefox
24+
@pytest.mark.xfail_remote
2425
def test_check_console_messages(driver, pages):
2526
with pytest.warns(None) as record:
2627
devtools, connection = driver.start_devtools()

0 commit comments

Comments
 (0)