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

Commit

Permalink
xfail failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Brandt committed May 4, 2016
1 parent 0323674 commit c129619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_group.py
Expand Up @@ -40,6 +40,8 @@ def test_group_description_edit(self, base_url, selenium, vouched_user):
assert new_group_irc_channel == group_info.irc_channel

@pytest.mark.credentials
@pytest.mark.xfail("'mozillians-dev.allizom.org' in config.getvalue('base_url')",
reason='https://github.com/mozilla/mozillians-tests/issues/231')
def test_group_deletion_confirmation(self, base_url, selenium, vouched_user):
home_page = Home(base_url, selenium)
home_page.login(vouched_user['email'], vouched_user['password'])
Expand Down

0 comments on commit c129619

Please sign in to comment.