Bug 795283 - [dev] https://moztrap-dev.allizom.org/manage/suite/add/ returns 503[Service Unavailable]
This commit is contained in:
AlinT 2012-09-28 15:14:08 +03:00
Родитель 6bd3eed0fb
Коммит cfb9231fd6
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -4,6 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
import pytest
from unittestzero import Assert from unittestzero import Assert
from pages.base_test import BaseTest from pages.base_test import BaseTest
@ -12,6 +13,7 @@ from pages.manage_runs_page import MozTrapManageRunsPage
class TestManageRunsPage(BaseTest): class TestManageRunsPage(BaseTest):
@pytest.mark.xfail(reason="Bug 795283 - [dev] https://moztrap-dev.allizom.org/manage/suite/add/ returns 503[Service Unavailable]")
def test_that_user_can_create_and_delete_run(self, mozwebqa_logged_in): def test_that_user_can_create_and_delete_run(self, mozwebqa_logged_in):
manage_runs_pg = MozTrapManageRunsPage(mozwebqa_logged_in) manage_runs_pg = MozTrapManageRunsPage(mozwebqa_logged_in)