Skip to content

Commit

Permalink
[py] Ignoring/unignoring some Chrome tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 24, 2019
1 parent 772fa8e commit 6ea6d29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions py/test/selenium/webdriver/common/frame_switching_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ def testJavaScriptShouldExecuteInTheContextOfTheCurrentFrame(driver, pages):
assert driver.execute_script("return window != window.top")


@pytest.mark.xfail_chrome(reason="Fails on Travis")
def testShouldNotSwitchMagicallyToTheTopWindow(driver, pages):
pages.load("frame_switching_tests/bug4876.html")
driver.switch_to.frame(0)
Expand Down
1 change: 0 additions & 1 deletion py/test/selenium/webdriver/common/window_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@


@pytest.mark.xfail_ie
@pytest.mark.xfail_chrome(reason="Fails on Travis")
@pytest.mark.xfail_chromiumedge(reason="Fails on Travis")
@pytest.mark.xfail_marionette(reason="Fails on Travis")
@pytest.mark.xfail_firefox(reason="Fails on Travis")
Expand Down

0 comments on commit 6ea6d29

Please sign in to comment.