Skip to content

Commit

Permalink
[py] Disable test for remote that is disabled for firefox. Issue is i…
Browse files Browse the repository at this point in the history
…n Firefox
  • Loading branch information
AutomatedTester committed Jul 15, 2021
1 parent 2c8c4ff commit a67878e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def test_can_return_a_const_in_a_page(driver, pages):
assert res == "cheese sandwich"


@pytest.mark.xfail_remote
@pytest.mark.xfail_firefox
def test_can_return_global_const(driver, pages):
pages.load("const_js.html")
Expand Down

0 comments on commit a67878e

Please sign in to comment.