From 569068044ec9f2eae3eef5d1e59c06da39be3917 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Wed, 15 Jan 2020 12:59:04 +0000 Subject: [PATCH] tests/ui: skip ui test in session tests --- tests/device_tests/test_session_id_and_passphrase.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/device_tests/test_session_id_and_passphrase.py b/tests/device_tests/test_session_id_and_passphrase.py index 65c7d64934..a90f2e0c6a 100644 --- a/tests/device_tests/test_session_id_and_passphrase.py +++ b/tests/device_tests/test_session_id_and_passphrase.py @@ -40,6 +40,7 @@ def _enable_passphrase(client): @pytest.mark.skip_t1 # TODO +@pytest.mark.skip_ui @pytest.mark.setup_client() def test_session_with_passphrase(client): # Turn on passphrase. @@ -91,6 +92,7 @@ def test_session_with_passphrase(client): @pytest.mark.skip_t1 # TODO +@pytest.mark.skip_ui @pytest.mark.setup_client() def test_session_enable_passphrase(client): # Let's start the communication by calling Initialize. @@ -131,6 +133,7 @@ def test_session_enable_passphrase(client): @pytest.mark.skip_t1 +@pytest.mark.skip_ui @pytest.mark.setup_client() def test_passphrase_always_on_device(client): # Let's start the communication by calling Initialize.