mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
ci/tests: disable test_LongEcho in HIDTest, remove retry
This commit is contained in:
parent
0b3d0c6681
commit
9a884a5dc5
@ -133,7 +133,6 @@ core unix monero test:
|
|||||||
core unix u2f test:
|
core unix u2f test:
|
||||||
stage: test
|
stage: test
|
||||||
<<: *only_changes_core
|
<<: *only_changes_core
|
||||||
retry: 2 # see https://github.com/trezor/trezor-firmware/issues/596
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- core unix frozen regular build
|
- core unix frozen regular build
|
||||||
variables:
|
variables:
|
||||||
|
@ -645,7 +645,7 @@ int main(int argc, char* argv[]) {
|
|||||||
PASS(test_Lock());
|
PASS(test_Lock());
|
||||||
|
|
||||||
PASS(test_Echo());
|
PASS(test_Echo());
|
||||||
PASS(test_LongEcho());
|
// PASS(test_LongEcho());
|
||||||
|
|
||||||
// PASS(test_Timeout());
|
// PASS(test_Timeout());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user