mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-24 00:48:45 +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_t1 # TODO
|
||||||
|
@pytest.mark.skip_ui
|
||||||
@pytest.mark.setup_client()
|
@pytest.mark.setup_client()
|
||||||
def test_session_with_passphrase(client):
|
def test_session_with_passphrase(client):
|
||||||
# Turn on passphrase.
|
# Turn on passphrase.
|
||||||
@ -91,6 +92,7 @@ def test_session_with_passphrase(client):
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_t1 # TODO
|
@pytest.mark.skip_t1 # TODO
|
||||||
|
@pytest.mark.skip_ui
|
||||||
@pytest.mark.setup_client()
|
@pytest.mark.setup_client()
|
||||||
def test_session_enable_passphrase(client):
|
def test_session_enable_passphrase(client):
|
||||||
# Let's start the communication by calling Initialize.
|
# 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_t1
|
||||||
|
@pytest.mark.skip_ui
|
||||||
@pytest.mark.setup_client()
|
@pytest.mark.setup_client()
|
||||||
def test_passphrase_always_on_device(client):
|
def test_passphrase_always_on_device(client):
|
||||||
# Let's start the communication by calling Initialize.
|
# Let's start the communication by calling Initialize.
|
||||||
|
Loading…
Reference in New Issue
Block a user