Mark create profile test as expected to fail due to bug 1213829
This commit is contained in:
Родитель
511c938e9e
Коммит
26f9ee4b51
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче