From 87a1eb2dee07ae8fda89e034bf71425e59a5ac18 Mon Sep 17 00:00:00 2001 From: Churikova Tetiana Date: Wed, 23 Oct 2019 11:41:54 +0200 Subject: [PATCH] temporary skipped test_ens_in_public_chat --- test/appium/tests/atomic/account_management/test_profile.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/appium/tests/atomic/account_management/test_profile.py b/test/appium/tests/atomic/account_management/test_profile.py index 48f14e34ffa1..bd96a1a0dc14 100644 --- a/test/appium/tests/atomic/account_management/test_profile.py +++ b/test/appium/tests/atomic/account_management/test_profile.py @@ -711,6 +711,8 @@ def test_pair_devices_sync_name_photo_public_group_chats(self): @marks.testrail_id(6226) @marks.critical + @marks.skip + # TODO: skipped in PR 9178 - should be re-enabled once geth 1.9 upgrade will be merged def test_ens_in_public_chat(self): self.create_drivers(2) device_1, device_2 = self.drivers[0], self.drivers[1]