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:
parent
fc565765cd
commit
569068044e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user