device tests: re-enable ethereum tests for T2 again

pull/25/head
Pavol Rusnak 7 years ago
parent 31c4836073
commit 1881b0e6fd
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save