Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
Xfailing because the Dev Derby will be on hiatus from August to October
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Hutusoru authored and Andrei Hutusoru committed Aug 2, 2013
1 parent 0dae152 commit 86c7e05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_dev_derby.py
Expand Up @@ -60,6 +60,7 @@ def test_derby_links_visible(self, mozwebqa):
Assert.true(derby_page.is_prizes_image_visible)

@pytest.mark.nondestructive
@pytest.mark.xfail("config.getvalue('base_url') == 'https://developer.mozilla.org'", reason="The Dev Derby will be on hiatus from August to October")
def test_judge_photos_visible(self, mozwebqa):
derby_page = DerbyPage(mozwebqa)
derby_page.go_to_page()
Expand All @@ -72,6 +73,7 @@ def test_judge_photos_visible(self, mozwebqa):
Assert.true(judge.is_photo_visible)

@pytest.mark.nondestructive
@pytest.mark.xfail("config.getvalue('base_url') == 'https://developer.mozilla.org'", reason="The Dev Derby will be on hiatus from August to October")
def test_are_previous_challenges_visible(self, mozwebqa):
derby_page = DerbyPage(mozwebqa)
derby_page.go_to_page()
Expand Down

0 comments on commit 86c7e05

Please sign in to comment.