From ca97cb53fec20a78c8bafdb2292567c473ff3b0d Mon Sep 17 00:00:00 2001 From: Churikova Tetiana Date: Tue, 30 Jul 2019 16:06:57 +0200 Subject: [PATCH] skipped e2e for commands --- test/appium/tests/atomic/chats/test_commands.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/appium/tests/atomic/chats/test_commands.py b/test/appium/tests/atomic/chats/test_commands.py index 7e28be481d..21139d4eab 100644 --- a/test/appium/tests/atomic/chats/test_commands.py +++ b/test/appium/tests/atomic/chats/test_commands.py @@ -15,6 +15,8 @@ class TestCommandsMultipleDevices(MultipleDeviceTestCase): @marks.testrail_id(5334) @marks.critical + @marks.skip + # temporary skipped due to 8601 def test_network_mismatch_for_send_request_commands(self): sender = transaction_senders['D'] self.create_drivers(2) @@ -75,6 +77,8 @@ class TestCommandsMultipleDevices(MultipleDeviceTestCase): @marks.testrail_id(5306) @marks.critical + @marks.skip + # temporary skipped due to 8601 def test_send_eth_in_1_1_chat(self): recipient = transaction_recipients['A'] sender = transaction_senders['A'] @@ -127,6 +131,8 @@ class TestCommandsMultipleDevices(MultipleDeviceTestCase): @marks.testrail_id(5318) @marks.critical + @marks.skip + # temporary skipped due to 8601 def test_request_and_receive_eth_in_1_1_chat(self): recipient = transaction_recipients['B'] sender = transaction_senders['J'] @@ -237,6 +243,8 @@ class TestCommandsMultipleDevices(MultipleDeviceTestCase): @marks.testrail_id(5348) @marks.critical + @marks.skip + # temporary skipped due to 8601 def test_send_tokens_in_1_1_chat(self): recipient = transaction_recipients['C'] sender = transaction_senders['C'] @@ -268,6 +276,8 @@ class TestCommandsMultipleDevices(MultipleDeviceTestCase): @marks.testrail_id(5352) @marks.critical + @marks.skip + # temporary skipped due to 8601 def test_request_and_receive_tokens_in_1_1_chat(self): recipient = transaction_recipients['D'] sender = transaction_senders['B'] @@ -348,6 +358,8 @@ class TestCommandsSingleDevices(SingleDeviceTestCase): @marks.logcat @marks.testrail_id(5417) @marks.critical + @marks.skip + # temporary skipped due to 8601 def test_logcat_send_transaction_in_1_1_chat(self): sender = transaction_senders['F'] sign_in = SignInView(self.driver)