From 1042296e29977b3cedf6e29a6d40ae625bc2503b Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Thu, 29 Aug 2024 14:38:58 +0200 Subject: [PATCH] [tests] Mark rv_dm_mem_access_rv_dm_delayed_enable as broken The test rv_dm_mem_access_dev_rv_dm_delayed_enabled is broken. Signed-off-by: Amaury Pouly --- sw/device/tests/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/device/tests/BUILD b/sw/device/tests/BUILD index 8ba517e00cf8a0..0a3efb22ffe480 100644 --- a/sw/device/tests/BUILD +++ b/sw/device/tests/BUILD @@ -4615,7 +4615,7 @@ test_suite( otp = test_cfg["otp"], tags = [ "lc_{}".format(test_cfg["lc_state"]), - ], + ] + (["broken"] if "delayed_enabled" in test_cfg["name"] else []), test_cmd = " --rom={rom:binary}", test_harness = "//sw/host/tests/chip/rv_dm:mem_access", ),