From 48eeb9eaf4ff28caa442b64dcf0c67aae107470c Mon Sep 17 00:00:00 2001 From: CleverThis Date: Wed, 8 Apr 2026 13:59:27 +0000 Subject: [PATCH] test: remove coverage threshold tdd expected fail tags --- robot/coverage_threshold.robot | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/robot/coverage_threshold.robot b/robot/coverage_threshold.robot index 7d081bffc5..455afca740 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 tdd_issue tdd_issue_4305 tdd_expected_fail + [Tags] coverage config tdd_issue tdd_issue_4305 ${content}= Get File ${WORKSPACE}/noxfile.py Should Contain ${content} COVERAGE_THRESHOLD = 97 @@ -34,8 +34,7 @@ Pyproject Coverage Source Includes Src Coverage Threshold Is 97 In Noxfile [Documentation] Verify noxfile enforces 97% threshold via fail-under - [Tags] tdd_issue tdd_issue_4227 tdd_expected_fail - [Tags] coverage config + [Tags] coverage config tdd_issue tdd_issue_4227 ${content}= Get File ${WORKSPACE}/noxfile.py Should Contain ${content} --fail-under=