tests/ui: skip ui test in session tests

pull/803/head
Tomas Susanka 4 years ago committed by Pavol Rusnak
parent fc565765cd
commit 569068044e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save