tests/stellar: marked as passing on T1

pull/25/head
Tomas Susanka 6 years ago
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…
Cancel
Save