Mark create profile test as expected to fail due to bug 1213829

This commit is contained in:
Dave Hunt 2015-10-12 13:49:17 +01:00
Родитель 511c938e9e
Коммит 26f9ee4b51
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -14,6 +14,7 @@ from pages.manage_profiles_page import MozTrapManageProfilesPage
class TestManageProfilesPage(BaseTest):
@pytest.mark.moztrap([154, 155])
@pytest.mark.xfail(reason='Bug 1213829 - Service Unavailable when requesting create profile page')
def test_that_user_can_create_and_delete_profile(self, mozwebqa, login):
from pages.create_profile_page import MozTrapCreateProfilePage
manage_profiles_pg = MozTrapManageProfilesPage(mozwebqa)