1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

tests/ui: skip ui test in session tests

This commit is contained in:
Tomas Susanka 2020-01-15 12:59:04 +00:00 committed by Pavol Rusnak
parent fc565765cd
commit 569068044e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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.