Skip to content

Commit a009010

Browse files
committed
[test] Remove manual tag for spi_passthru_test
Needs a longer timeout, but seems to work okay now. Signed-off-by: James Wainwright <[email protected]>
1 parent 01d2ab5 commit a009010

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

sw/device/tests/BUILD

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5723,9 +5723,6 @@ opentitan_test(
57235723
exec_env = dicts.add(
57245724
EARLGREY_TEST_ENVS,
57255725
EARLGREY_SILICON_OWNER_ROM_EXT_ENVS,
5726-
{
5727-
"//hw/top_earlgrey:fpga_cw310_sival_rom_ext": "hyper310",
5728-
},
57295726
),
57305727
fpga = fpga_params(
57315728
test_cmd = """
@@ -5734,14 +5731,6 @@ opentitan_test(
57345731
""",
57355732
test_harness = "//sw/host/tests/chip/spi_device:spi_passthru",
57365733
),
5737-
hyper310 = fpga_params(
5738-
tags = ["manual"], # TODO: QE bit handling
5739-
test_cmd = """
5740-
--bootstrap="{firmware}"
5741-
"{firmware:elf}"
5742-
""",
5743-
test_harness = "//sw/host/tests/chip/spi_device:spi_passthru",
5744-
),
57455734
silicon = silicon_params(
57465735
test_cmd = """
57475736
--bootstrap="{firmware}"

0 commit comments

Comments
 (0)