Skip to content

Commit 618d663

Browse files
XFail Python tests that are intermittent
1 parent 6d71752 commit 618d663

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

py/test/selenium/webdriver/common/form_handling_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
class TestFormHandling(object):
2525

26+
@pytest.mark.xfail_marionette(reason="https://bugzilla.mozilla.org/show_bug.cgi?id=1291320")
2627
def testShouldClickOnSubmitInputElements(self, driver, pages):
2728
pages.load("formPage.html")
2829
driver.find_element_by_id("submitButton").click()

py/test/selenium/webdriver/common/page_loading_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def testShouldBeAbleToNavigateBackInTheBrowserHistoryInPresenceOfIframes(self, d
9595
driver.back()
9696
assert driver.title == "XHTML Test Page"
9797

98+
@pytest.mark.xfail_marionette(reason="https://bugzilla.mozilla.org/show_bug.cgi?id=1291320")
9899
def testShouldBeAbleToNavigateForwardsInTheBrowserHistory(self, driver, pages):
99100
pages.load("formPage.html")
100101

0 commit comments

Comments
 (0)