From 8342aa2e7d268dfc891e158548986fd7a9100d2f Mon Sep 17 00:00:00 2001 From: Jan Pochyla Date: Tue, 31 Oct 2017 17:07:13 +0100 Subject: [PATCH] tests: enable test_msg_resetdevice.py --- tests/run_tests_device.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/run_tests_device.sh b/tests/run_tests_device.sh index d1a65a1fdd..c2678221ec 100755 --- a/tests/run_tests_device.sh +++ b/tests/run_tests_device.sh @@ -27,7 +27,6 @@ pytest \ --ignore test_msg_recoverydevice_dryrun.py \ --ignore test_msg_recoverydevice.py \ --ignore test_msg_resetdevice_skipbackup.py \ - --ignore test_msg_resetdevice.py \ --ignore test_msg_signmessage_segwit.py \ --ignore test_msg_signtx_bch.py \ --ignore test_msg_signtx_segwit_native.py \