mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-18 10:32:02 +00:00
tests: pytest xfail is used instead of skipping
This commit is contained in:
parent
a4306a00fa
commit
51d9a809bc
@ -18,7 +18,7 @@
|
|||||||
from .common import *
|
from .common import *
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip_t2
|
@pytest.mark.xfail # to be removed when nem is merged
|
||||||
class TestMsgNEMGetaddress(TrezorTest):
|
class TestMsgNEMGetaddress(TrezorTest):
|
||||||
|
|
||||||
def test_nem_getaddress(self):
|
def test_nem_getaddress(self):
|
||||||
|
@ -22,7 +22,7 @@ from trezorlib import nem
|
|||||||
|
|
||||||
|
|
||||||
# assertion data from T1
|
# assertion data from T1
|
||||||
@pytest.mark.skip_t2
|
@pytest.mark.xfail # to be removed when nem is merged
|
||||||
class TestMsgNEMSignTx(TrezorTest):
|
class TestMsgNEMSignTx(TrezorTest):
|
||||||
|
|
||||||
def test_nem_signtx_simple(self):
|
def test_nem_signtx_simple(self):
|
||||||
|
@ -24,7 +24,7 @@ import time
|
|||||||
|
|
||||||
# assertion data from T1
|
# assertion data from T1
|
||||||
@pytest.mark.skip_t1
|
@pytest.mark.skip_t1
|
||||||
@pytest.mark.skip_t2
|
@pytest.mark.xfail # to be removed when nem is merged
|
||||||
class TestMsgNEMSignTxMosaics(TrezorTest):
|
class TestMsgNEMSignTxMosaics(TrezorTest):
|
||||||
|
|
||||||
def test_nem_signtx_mosaic_supply_change(self):
|
def test_nem_signtx_mosaic_supply_change(self):
|
||||||
|
@ -23,7 +23,7 @@ import time
|
|||||||
|
|
||||||
|
|
||||||
# assertion data from T1
|
# assertion data from T1
|
||||||
@pytest.mark.skip_t2
|
@pytest.mark.xfail # to be removed when nem is merged
|
||||||
class TestMsgNEMSignTxOther(TrezorTest):
|
class TestMsgNEMSignTxOther(TrezorTest):
|
||||||
|
|
||||||
def test_nem_signtx_aggregate_modification(self):
|
def test_nem_signtx_aggregate_modification(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user