ci/tests: disable test_LongEcho in HIDTest, remove retry

pull/801/head
Pavol Rusnak 4 years ago
parent 0b3d0c6681
commit 9a884a5dc5
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -133,7 +133,6 @@ core unix monero test:
core unix u2f test:
stage: test
<<: *only_changes_core
retry: 2 # see https://github.com/trezor/trezor-firmware/issues/596
dependencies:
- core unix frozen regular build
variables:

@ -645,7 +645,7 @@ int main(int argc, char* argv[]) {
PASS(test_Lock());
PASS(test_Echo());
PASS(test_LongEcho());
// PASS(test_LongEcho());
// PASS(test_Timeout());

Loading…
Cancel
Save