test: disable test for identity request as the functionality is going to be hidden

Context: https://github.com/status-im/status-desktop/issues/14954
This commit is contained in:
Anastasiya Semenkevich 2024-05-29 18:19:55 +03:00 committed by Anastasiya
parent 95145eec4e
commit a3ab9e96e7
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ pytestmark = marks
@allure.testcase('https://ethstatus.testrail.net/index.php?/cases/view/704611', 'Reply to identity request')
@pytest.mark.case(704611)
@pytest.mark.skip(reason="https://github.com/status-im/status-desktop/issues/14954")
def test_messaging_settings_identity_verification(multiple_instances):
user_one: UserAccount = constants.user_with_random_attributes_1
user_two: UserAccount = constants.user_with_random_attributes_2