Skip to content

Commit

Permalink
[sival] Disable uart_tx_rx test in CI
Browse files Browse the repository at this point in the history
Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt authored and andreaskurth committed Mar 8, 2024
1 parent 57cc26a commit 6e9adc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sw/device/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5105,7 +5105,8 @@ opentitan_test(
test_harness = "//sw/host/tests/chip/uart:uart_tx_rx",
),
exec_env = {
"//hw/top_earlgrey:fpga_cw310_sival": None,
# FIXME has some flaky behaviour.
"//hw/top_earlgrey:fpga_cw310_sival": "broken",
# FIXME broken in sival ROM_EXT, change this line when fixed. See #21706.
"//hw/top_earlgrey:fpga_cw310_sival_rom_ext": "broken",
"//hw/top_earlgrey:silicon_creator": None,
Expand Down

0 comments on commit 6e9adc5

Please sign in to comment.