Skip to content

Commit a67878e

Browse files
[py] Disable test for remote that is disabled for firefox. Issue is in Firefox
1 parent 2c8c4ff commit a67878e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/test/selenium/webdriver/common/executing_javascript_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ def test_can_return_a_const_in_a_page(driver, pages):
295295
assert res == "cheese sandwich"
296296

297297

298+
@pytest.mark.xfail_remote
298299
@pytest.mark.xfail_firefox
299300
def test_can_return_global_const(driver, pages):
300301
pages.load("const_js.html")

0 commit comments

Comments
 (0)