mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-23 07:58:09 +00:00
tests/stellar: marked as passing on T1
This commit is contained in:
parent
5329bc9463
commit
18adf6cc4d
@ -14,11 +14,12 @@
|
||||
# along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from .common import TrezorTest
|
||||
from .conftest import TREZOR_VERSION
|
||||
from trezorlib import stellar
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.mark.xfail # requires trezor-mcu PR #259
|
||||
@pytest.mark.xfail(TREZOR_VERSION == 2, reason="T2 support is not yet finished")
|
||||
class TestMsgStellarGetPublicKey(TrezorTest):
|
||||
|
||||
def test_stellar_get_address(self):
|
||||
|
@ -19,10 +19,11 @@
|
||||
|
||||
from base64 import b64decode, b64encode
|
||||
from .common import TrezorTest
|
||||
from .conftest import TREZOR_VERSION
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.mark.xfail # requires trezor-mcu PR #259
|
||||
@pytest.mark.xfail(TREZOR_VERSION == 2, reason="T2 support is not yet finished")
|
||||
class TestMsgStellarSignTransaction(TrezorTest):
|
||||
|
||||
def get_network_passphrase(self):
|
||||
|
Loading…
Reference in New Issue
Block a user