Skip to content

Commit

Permalink
Disable dashboard test that doesn't work on flex
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Jun 26, 2024
1 parent e3e5f14 commit 3f1c030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests_mainnet/test_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3f1c030

Please sign in to comment.