Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Xfailed test_that_all_links_are_valid
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Hutusoru authored and Andrei Hutusoru committed Dec 9, 2013
1 parent 42b146f commit 065b89f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ def test_that_notes_page_is_reachable(self, mozwebqa):
notes_page.go_to_page()
Assert.contains("Notes", notes_page.firefox_notes_header_text)

@pytest.mark.xfail("config.getvalue('base_url') == 'https://www.allizom.org'",
reason="Bug 939707 - [stage] What's New link returns error 404")
@pytest.mark.skip_selenium
@pytest.mark.nondestructive
def test_that_all_links_are_valid(self, mozwebqa):
Expand Down

0 comments on commit 065b89f

Please sign in to comment.