Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #162 from m8ttyB/xfail_csrf
Browse files Browse the repository at this point in the history
xfail csrf tests
  • Loading branch information
stephendonner committed Jun 26, 2014
2 parents 30235b7 + 0212a23 commit 84f34c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_account.py
Expand Up @@ -15,6 +15,8 @@ class TestAccount:

@pytest.mark.credentials
@pytest.mark.nondestructive
@pytest.mark.xfail("'allizom' in config.getvalue('base_url')",
reason="Bug 1000908 - Upgrade django-browserid to v0.10")
def test_login_logout(self, mozwebqa):
home_page = Home(mozwebqa)
Assert.true(home_page.is_csrf_token_present)
Expand All @@ -25,8 +27,9 @@ def test_login_logout(self, mozwebqa):

@pytest.mark.credentials
@pytest.mark.nondestructive
@pytest.mark.xfail("'allizom' in config.getvalue('base_url')",
reason="Bug 1000908 - Upgrade django-browserid to v0.10")
def test_logout_verify_bid(self, mozwebqa):
# issue https://github.com/mozilla/mozillians-tests/issues/99

home_page = Home(mozwebqa)
Assert.true(home_page.is_csrf_token_present)
Expand Down

0 comments on commit 84f34c9

Please sign in to comment.