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