Skip to content

Commit 6289cb1

Browse files
committed
[ot] tests/opentitan: earlgrey-tests: Mark sigverify test flaky
We expect this test to pass, but recent upstream changes increase the time to emulate this test by a lot and it will often take 2-5+ minutes to execute depending on host performance and load. Mark it flaky instead of removing it because it could theoretically pass if the runner is fast enough, but it is not expected to pass with the standard 60 second timeout we give. Signed-off-by: Alex Jones <[email protected]>
1 parent 177aec6 commit 6289cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/opentitan/data/earlgrey-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ pass: //sw/device/silicon_creator/lib/sigverify:rsa_verify_functest_sim_qemu_rom
3333
pass: //sw/device/silicon_creator/lib/sigverify:rsa_verify_functest_sim_qemu_sival_rom_ext
3434
pass: //sw/device/silicon_creator/lib/sigverify:sigverify_dynamic_functest_hardcoded_sim_qemu_rom_with_fake_keys
3535
pass: //sw/device/silicon_creator/lib/sigverify:sigverify_dynamic_functest_hardcoded_sim_qemu_sival_rom_ext
36-
pass: //sw/device/silicon_creator/lib/sigverify:sigverify_dynamic_functest_wycheproof_sim_qemu_rom_with_fake_keys
37-
pass: //sw/device/silicon_creator/lib/sigverify:sigverify_dynamic_functest_wycheproof_sim_qemu_sival_rom_ext
36+
flaky: //sw/device/silicon_creator/lib/sigverify:sigverify_dynamic_functest_wycheproof_sim_qemu_rom_with_fake_keys # We expect this to pass, but it takes takes >> 60 seconds to run
37+
flaky: //sw/device/silicon_creator/lib/sigverify:sigverify_dynamic_functest_wycheproof_sim_qemu_sival_rom_ext # We expect this to pass, but it takes takes >> 60 seconds to run
3838
pass: //sw/device/silicon_creator/lib/sigverify/sphincsplus/test:fors_test_sim_qemu_rom_with_fake_keys
3939
pass: //sw/device/silicon_creator/lib/sigverify/sphincsplus/test:fors_test_sim_qemu_sival_rom_ext
4040
pass: //sw/device/silicon_creator/lib/sigverify/sphincsplus/test:mgf1_test_sim_qemu_rom_with_fake_keys

0 commit comments

Comments
 (0)