diff --git a/test/appium/tests/atomic/transactions/test_wallet.py b/test/appium/tests/atomic/transactions/test_wallet.py index 44857554ab..feb245e2a0 100644 --- a/test/appium/tests/atomic/transactions/test_wallet.py +++ b/test/appium/tests/atomic/transactions/test_wallet.py @@ -365,7 +365,6 @@ class TestTransactionWalletSingleDevice(SingleDeviceTestCase): self.network_api.find_transaction_by_unique_amount(sender['address'], amount) @marks.testrail_id(5314) - @marks.critical def test_can_see_all_transactions_in_history(self): address = transaction_senders['W']['address'] passphrase = transaction_senders['W']['passphrase']