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

xfail filter by city test #154

Merged
merged 1 commit into from Jun 18, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/test_profile.py
Expand Up @@ -212,6 +212,8 @@ def test_non_ascii_characters_are_allowed_in_profile_information(self, mozwebqa)

@pytest.mark.credentials
@pytest.mark.nondestructive
@pytest.mark.xfail("'allizom' in config.getvalue('base_url')",
reason="Bug 1025160 - [stage][regression] location based search results are incorrect")
def test_that_filter_by_city_works(self, mozwebqa):
home_page = Home(mozwebqa)
home_page.login()
Expand Down