Skip to content

Commit 7f0d55f

Browse files
committed
fix: restore skip on WETH approve test — token not yet in firmware
1 parent c5cd85a commit 7f0d55f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_msg_ethereum_erc20_uniswap_liquidity.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727

2828
class TestMsgEthereumUniswaptxERC20(common.KeepKeyTest):
2929

30+
@unittest.skip("Requires WETH in firmware token database — pending firmware update")
3031
def test_sign_uni_approve_liquidity_ETH(self):
3132
self.requires_fullFeature()
32-
self.requires_firmware("7.13.0")
33+
self.requires_firmware("7.1.0")
3334
self.setup_mnemonic_nopin_nopassphrase()
3435

3536
# Approval tx for the ETH/FOX pool

0 commit comments

Comments
 (0)