Skip to content

Commit 3035373

Browse files
[py] Disable Bidi tests for Firefox until it reaches a release branch
1 parent 63d69be commit 3035373

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py/test/selenium/webdriver/common/bidi_tests.py

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323

2424
@pytest.mark.xfail_safari
25+
@pytest.mark.xfail_firefox(reason="This is not in release firefox yet")
2526
async def test_check_console_messages(driver, pages):
2627
pages.load("javascriptPage.html")
2728
from selenium.webdriver.common.bidi.console import Console
@@ -31,6 +32,7 @@ async def test_check_console_messages(driver, pages):
3132

3233

3334
@pytest.mark.xfail_safari
35+
@pytest.mark.xfail_firefox(reason="This is not in release firefox yet")
3436
async def test_check_error_console_messages(driver, pages):
3537
pages.load("javascriptPage.html")
3638
from selenium.webdriver.common.bidi.console import Console

0 commit comments

Comments
 (0)