Skip to content

Commit

Permalink
added the bug number to the xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Brandt committed Oct 16, 2012
1 parent 0c02e0b commit 3103513
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_redirects.py
Expand Up @@ -14,7 +14,8 @@

class TestRedirects(Base):

@pytest.mark.xfail("config.getvalue('base_url') == 'http://download.allizom.org'")
@pytest.mark.xfail(reason="https://bugzilla.mozilla.org/show_bug.cgi?id=801928", \
"config.getvalue('base_url') == 'http://download.allizom.org'")
def test_that_checks_redirect_using_incorrect_query_values(self, testsetup):
param = {
'product': 'firefox-16.0b6',
Expand Down

0 comments on commit 3103513

Please sign in to comment.