Skip to content

Commit

Permalink
Xfailed TestAps.test_showcased_apps_link_urls_are_valid
Browse files Browse the repository at this point in the history
https://bugzilla.mozilla.org/show_bug.cgi?id=813048 - Page not found returned if clicking the "Pomodoro" app
  • Loading branch information
teodosia committed Nov 19, 2012
1 parent c1505a5 commit 486dfdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_apps.py
Expand Up @@ -72,6 +72,7 @@ def test_page_link_urls_are_valid(self, mozwebqa):
bad_urls.append('%s is not a valid url' % url)
Assert.equal(0, len(bad_urls), '%s bad urls found: ' % len(bad_urls) + ', '.join(bad_urls))

@pytest.mark.xfail(reason='Bug 813048 - Page not found returned if clicking the "Pomodoro" app')
@pytest.mark.nondestructive
def test_showcased_apps_link_urls_are_valid(self, mozwebqa):
apps_page = Apps(mozwebqa)
Expand Down

0 comments on commit 486dfdd

Please sign in to comment.