Skip to content

Commit

Permalink
enable DOT swap test
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Nov 6, 2024
1 parent 857069e commit ecd2dc0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions test/python/test_polkadot.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ class TestsPolkadot:

@pytest.mark.parametrize('test_to_run', ALL_TESTS_EXCEPT_MEMO_THORSWAP_AND_FEES)
def test_polkadot(self, backend, exchange_navigation_helper, test_to_run):
pytest.skip("Polkadot swap test is disabled")

# if backend.firmware.device == "nanos":
# pytest.skip("Polkadot swap is not supported on NanoS device")
# PolkadotTests(backend, exchange_navigation_helper).run_test(test_to_run)
if backend.firmware.device == "nanos":
pytest.skip("Polkadot swap is not supported on NanoS device")
PolkadotTests(backend, exchange_navigation_helper).run_test(test_to_run)

0 comments on commit ecd2dc0

Please sign in to comment.