chore: change a reason for group chat test to skip

This commit is contained in:
Anastasiya Semenkevich 2023-11-01 10:57:15 +03:00
parent c7be5ef7bb
commit 733ab546ab
1 changed files with 1 additions and 2 deletions

View File

@ -10,14 +10,13 @@ from gui.main_window import MainWindow
from gui.screens.messages import MessagesScreen
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/703014', 'Create a group and send messages')
@pytest.mark.case(703014)
@pytest.mark.parametrize('user_data_one, user_data_two, user_data_three', [
(configs.testpath.TEST_USER_DATA / 'user_account_one', configs.testpath.TEST_USER_DATA / 'user_account_two',
configs.testpath.TEST_USER_DATA / 'user_account_two')
])
@pytest.mark.skip(reason="https://github.com/status-im/desktop-qa-automation/issues/174")
@pytest.mark.skip(reason="https://github.com/status-im/status-desktop/issues/12440")
def test_group_chat(multiple_instance, user_data_one, user_data_two, user_data_three):
user_one: UserAccount = constants.user_account_one
user_two: UserAccount = constants.user_account_two