From f8d4650dfdece20edb44aceda8fd564b2eda20f4 Mon Sep 17 00:00:00 2001 From: CleverThis Date: Fri, 10 Apr 2026 23:14:12 +0000 Subject: [PATCH] test(robot): drop tdd_expected_fail for coverage threshold --- robot/coverage_threshold.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot/coverage_threshold.robot b/robot/coverage_threshold.robot index fcc7f2c88..455afca74 100644 --- a/robot/coverage_threshold.robot +++ b/robot/coverage_threshold.robot @@ -9,7 +9,7 @@ Suite Teardown Cleanup Test Environment *** Test Cases *** Noxfile Contains Coverage Threshold Constant [Documentation] Verify COVERAGE_THRESHOLD = 97 is defined in noxfile.py - [Tags] coverage config + [Tags] coverage config tdd_issue tdd_issue_4305 ${content}= Get File ${WORKSPACE}/noxfile.py Should Contain ${content} COVERAGE_THRESHOLD = 97