Remove xfail for non-existing dev env (#389)

This commit is contained in:
Stephen Donner 2017-11-20 04:12:59 -08:00 коммит произвёл Dave Hunt
Родитель 22de62d843
Коммит fba8ad353e
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -11,8 +11,6 @@ from pages.home_page import Home
class TestSearch:
@pytest.mark.xfail("'mozillians-dev' in config.getvalue('base_url')",
reason="Bug 944101 - Searching by email substring does not return all results")
@pytest.mark.credentials
@pytest.mark.nondestructive
def test_that_search_returns_results_for_email_substring(self, base_url, selenium, vouched_user):