tests: disable TestBip32Speed::test_cache on t2

This commit is contained in:
Jan Pochyla 2018-03-05 15:49:04 +01:00
parent 8a62d12217
commit 0e065237c9
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ class TestBip32Speed(TrezorTest):
print("DEPTH", depth, "EXPECTED DELAY", expected, "REAL DELAY", delay)
assert delay <= expected
@pytest.mark.skip_t2
def test_cache(self):
self.setup_mnemonic_nopin_nopassphrase()