From fc60bbd475f5c8fb8c0f3705278f19bc8d1be762 Mon Sep 17 00:00:00 2001 From: Tomasz Gorochowik Date: Mon, 16 Dec 2024 16:47:21 +0100 Subject: [PATCH] Re-enable test_threshold Signed-off-by: Tomasz Gorochowik --- verification/cocotb/noxfile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/verification/cocotb/noxfile.py b/verification/cocotb/noxfile.py index e945dfd..95d7c58 100644 --- a/verification/cocotb/noxfile.py +++ b/verification/cocotb/noxfile.py @@ -123,8 +123,7 @@ def hci_queues_ahb_verify(session, test_group, test_name, coverage): "test_clear", "test_empty", "test_read_write_ports", -# TODO: reenable test -# "test_threshold", + "test_threshold", ], ) @nox.parametrize("coverage", coverage_types)