diff --git a/tests_mainnet/test_dashboard.py b/tests_mainnet/test_dashboard.py index 39e5afb7a..5492a7f7b 100644 --- a/tests_mainnet/test_dashboard.py +++ b/tests_mainnet/test_dashboard.py @@ -9,8 +9,8 @@ def test_dashboard(comm: SpeculosClient, is_speculos: bool, app_version: str, mo if not is_speculos: pytest.skip("Requires speculos") - if model == "stax": - pytest.skip("No dashboard test for stax") + if model in ["stax", "flex"]: + pytest.skip("No dashboard test for stax or flex") comm.press_and_release("right") comm.wait_for_text_event("Version")