From 28cd0d260672813a3c97f9d440627db8c26a9290 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Thu, 31 Mar 2022 12:57:55 +0200 Subject: [PATCH] test: mark test_show_multisig_xpubs as flaky --- tests/device_tests/bitcoin/test_getaddress_show.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/device_tests/bitcoin/test_getaddress_show.py b/tests/device_tests/bitcoin/test_getaddress_show.py index 48518ea5eb..90cd64d3bb 100644 --- a/tests/device_tests/bitcoin/test_getaddress_show.py +++ b/tests/device_tests/bitcoin/test_getaddress_show.py @@ -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(