Skip to content

Commit 4321bbd

Browse files
[py] Disable Test that fails on Travis until we have time to investigate
1 parent 220e35f commit 4321bbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/test/selenium/webdriver/common/w3c_interaction_tests.py

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ def test_context_click(driver, pages):
154154
@pytest.mark.xfail_firefox
155155
@pytest.mark.xfail_safari
156156
@pytest.mark.xfail_remote(reason="Fails on Travis")
157+
@pytest.mark.xfail_chrome(reason="Fails on Travis")
157158
def test_double_click(driver, pages):
158159
"""Copied from org.openqa.selenium.interactions.TestBasicMouseInterface."""
159160
pages.load("javascriptPage.html")

0 commit comments

Comments
 (0)