tests: pytest xfail is used instead of skipping

pull/25/head
Tomas Susanka 7 years ago
parent a4306a00fa
commit 51d9a809bc

@ -18,7 +18,7 @@
from .common import *
@pytest.mark.skip_t2
@pytest.mark.xfail # to be removed when nem is merged
class TestMsgNEMGetaddress(TrezorTest):
def test_nem_getaddress(self):

@ -22,7 +22,7 @@ from trezorlib import nem
# assertion data from T1
@pytest.mark.skip_t2
@pytest.mark.xfail # to be removed when nem is merged
class TestMsgNEMSignTx(TrezorTest):
def test_nem_signtx_simple(self):

@ -24,7 +24,7 @@ import time
# assertion data from T1
@pytest.mark.skip_t1
@pytest.mark.skip_t2
@pytest.mark.xfail # to be removed when nem is merged
class TestMsgNEMSignTxMosaics(TrezorTest):
def test_nem_signtx_mosaic_supply_change(self):

@ -23,7 +23,7 @@ import time
# assertion data from T1
@pytest.mark.skip_t2
@pytest.mark.xfail # to be removed when nem is merged
class TestMsgNEMSignTxOther(TrezorTest):
def test_nem_signtx_aggregate_modification(self):

Loading…
Cancel
Save