From 4f80b45882dfcceb41a5aabe7e8ccfc4a67f2537 Mon Sep 17 00:00:00 2001 From: HAL 9000 Date: Tue, 12 May 2026 19:56:09 +0000 Subject: [PATCH] Remove @tdd_expected_fail tag (bug is now fixed) --- features/tdd_mcp_client_timer_cancel_race.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/tdd_mcp_client_timer_cancel_race.feature b/features/tdd_mcp_client_timer_cancel_race.feature index 0d2a64f3f..54c739789 100644 --- a/features/tdd_mcp_client_timer_cancel_race.feature +++ b/features/tdd_mcp_client_timer_cancel_race.feature @@ -33,7 +33,7 @@ # # See: https://git.cleverthis.com/cleveragents/cleveragents-core/issues/10516 -@tdd_expected_fail @tdd_issue @tdd_issue_10516 +@tdd_issue @tdd_issue_10516 Feature: TDD Issue #10516 — McpClient timer can fire after cancellation race The idle timer and health-check timer in McpClient can fire after shutdown() has been called because timer.start() is called outside