mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-20 19:42:02 +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/>.
|
# along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
from . import common
|
from . import common
|
||||||
import pytest
|
|
||||||
import binascii
|
import binascii
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_t2
|
|
||||||
class TestMsgEthereumSignmessage(common.TrezorTest):
|
class TestMsgEthereumSignmessage(common.TrezorTest):
|
||||||
|
|
||||||
def test_sign(self):
|
def test_sign(self):
|
||||||
|
@ -17,11 +17,9 @@
|
|||||||
# along with this library. If not, see <http://www.gnu.org/licenses/>.
|
# along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
from . import common
|
from . import common
|
||||||
import pytest
|
|
||||||
import binascii
|
import binascii
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_t2
|
|
||||||
class TestMsgEthereumSigntx(common.TrezorTest):
|
class TestMsgEthereumSigntx(common.TrezorTest):
|
||||||
|
|
||||||
def test_ethereum_signtx_nodata(self):
|
def test_ethereum_signtx_nodata(self):
|
||||||
|
@ -16,11 +16,9 @@
|
|||||||
# along with this library. If not, see <http://www.gnu.org/licenses/>.
|
# along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
from . import common
|
from . import common
|
||||||
import pytest
|
|
||||||
import binascii
|
import binascii
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_t2
|
|
||||||
class TestMsgEthereumVerifymessage(common.TrezorTest):
|
class TestMsgEthereumVerifymessage(common.TrezorTest):
|
||||||
|
|
||||||
def test_verify(self):
|
def test_verify(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user