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

test: mark test_show_multisig_xpubs as flaky

This commit is contained in:
Martin Milata 2022-03-31 12:57:55 +02:00
parent 30ec1802f4
commit 28cd0d2606

View File

@ -171,6 +171,8 @@ VECTORS_MULTISIG = ( # script_type, bip48_type, address, xpubs, ignore_xpub_mag
)
# NOTE: contains wait_layout race that manifests on hw sometimes
@pytest.mark.flaky(max_runs=5)
@pytest.mark.skip_t1
@pytest.mark.multisig
@pytest.mark.parametrize(