mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
test(chore): skip unreliable test_show_
[no changelog]
This commit is contained in:
parent
dce876069b
commit
05f8c1e9f7
@ -71,6 +71,7 @@ def test_show_t1(
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="mmilata")
|
||||
@pytest.mark.skip_t1
|
||||
@pytest.mark.parametrize("path, script_type, address", VECTORS)
|
||||
def test_show_tt(
|
||||
@ -105,6 +106,7 @@ def test_show_tt(
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="mmilata")
|
||||
@pytest.mark.skip_t1
|
||||
@pytest.mark.parametrize("path, script_type, address", VECTORS)
|
||||
def test_show_cancel(
|
||||
|
Loading…
Reference in New Issue
Block a user