[sw] Disable hello_usbdev verilator test
This has been really flaky in CI, and in general we have been trying to
keep examples separate from tests, so it seems reasonable to disable.
The reason not to is it's the only end-to-end test we have covering
usbdev at the moment. I'm not sure about how covered this module is with
other kinds of tests (including DV).
Signed-off-by: Sam Elliott <selliott@lowrisc.org>
diff --git a/ci/run_verilator_pytest.sh b/ci/run_verilator_pytest.sh
index 372da74..af07425 100755
--- a/ci/run_verilator_pytest.sh
+++ b/ci/run_verilator_pytest.sh
@@ -15,7 +15,6 @@
BOOT_ROM_TARGET="boot_rom/boot_rom_sim_verilator.elf"
TEST_TARGETS=(
- "examples/hello_usbdev/hello_usbdev_sim_verilator.elf"
"tests/aes_test_sim_verilator.elf"
"tests/crt_test_sim_verilator.elf"
"tests/dif_plic_sanitytest_sim_verilator.elf"