mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-19 02:52:11 +00:00
device tests: re-enable ethereum tests for T2 again
This commit is contained in:
parent
31c4836073
commit
1881b0e6fd
@ -16,11 +16,9 @@
|
||||
# along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from . import common
|
||||
import pytest
|
||||
import binascii
|
||||
|
||||
|
||||
@pytest.mark.skip_t2
|
||||
class TestMsgEthereumSignmessage(common.TrezorTest):
|
||||
|
||||
def test_sign(self):
|
||||
|
@ -17,11 +17,9 @@
|
||||
# along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from . import common
|
||||
import pytest
|
||||
import binascii
|
||||
|
||||
|
||||
@pytest.mark.skip_t2
|
||||
class TestMsgEthereumSigntx(common.TrezorTest):
|
||||
|
||||
def test_ethereum_signtx_nodata(self):
|
||||
|
@ -16,11 +16,9 @@
|
||||
# along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from . import common
|
||||
import pytest
|
||||
import binascii
|
||||
|
||||
|
||||
@pytest.mark.skip_t2
|
||||
class TestMsgEthereumVerifymessage(common.TrezorTest):
|
||||
|
||||
def test_verify(self):
|
||||
|
Loading…
Reference in New Issue
Block a user