mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-26 00:18:15 +00:00
tests: skip speed tests on T2
This commit is contained in:
parent
2d8f70d49a
commit
c6d6d6c1d7
@ -24,6 +24,7 @@ from trezorlib.tools import H_
|
|||||||
|
|
||||||
@pytest.mark.flaky(max_runs=5)
|
@pytest.mark.flaky(max_runs=5)
|
||||||
class TestBip32Speed:
|
class TestBip32Speed:
|
||||||
|
@pytest.mark.skip_t2
|
||||||
def test_public_ckd(self, client):
|
def test_public_ckd(self, client):
|
||||||
btc.get_address(client, "Bitcoin", []) # to compute root node via BIP39
|
btc.get_address(client, "Bitcoin", []) # to compute root node via BIP39
|
||||||
|
|
||||||
@ -35,6 +36,7 @@ class TestBip32Speed:
|
|||||||
print("DEPTH", depth, "EXPECTED DELAY", expected, "REAL DELAY", delay)
|
print("DEPTH", depth, "EXPECTED DELAY", expected, "REAL DELAY", delay)
|
||||||
assert delay <= expected
|
assert delay <= expected
|
||||||
|
|
||||||
|
@pytest.mark.skip_t2
|
||||||
def test_private_ckd(self, client):
|
def test_private_ckd(self, client):
|
||||||
btc.get_address(client, "Bitcoin", []) # to compute root node via BIP39
|
btc.get_address(client, "Bitcoin", []) # to compute root node via BIP39
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user