fix(test): remove lingering @tdd_expected_fail tags for closed bugs #821 and #932 #1229

Merged
freemo merged 1 commits from feature/m3-tdd-tag-cleanup-821-932 into master 2026-04-02 16:51:16 +00:00

1 Commits

Author SHA1 Message Date
brent.edwards 2fc6fe83c0 fix(test): remove lingering @tdd_expected_fail tags for closed bugs #821 and #932
CI / helm (pull_request) Successful in 28s
CI / build (pull_request) Successful in 44s
CI / lint (pull_request) Successful in 3m25s
CI / quality (pull_request) Successful in 3m43s
CI / typecheck (pull_request) Successful in 4m4s
CI / security (pull_request) Successful in 4m10s
CI / integration_tests (pull_request) Successful in 7m4s
CI / unit_tests (pull_request) Successful in 7m16s
CI / docker (pull_request) Successful in 1m39s
CI / coverage (pull_request) Successful in 12m22s
CI / e2e_tests (pull_request) Successful in 20m58s
CI / status-check (pull_request) Successful in 5s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Successful in 55m12s
The @tdd_expected_fail tag was already absent from the tag lines of both
features/tdd_context_tier_runtime.feature (bug #821) and
features/tdd_plan_apply_yes_flag.feature (bug #932). However, the feature
description and step-definition docstring for bug #821 still referenced the
@tdd_expected_fail tag and described the bug as unfixed.

Updated the feature description in tdd_context_tier_runtime.feature and the
module docstring in tdd_context_tier_runtime_steps.py to reflect that bug #821
has been fixed and these tests now serve as permanent regression guards. No
changes were needed for bug #932 as its files had no stale references.

Permanent tags @tdd_issue / @tdd_issue_821 and @tdd_issue / @tdd_issue_932
remain in place per the CONTRIBUTING.md TDD Issue Test Tags convention.

All nox sessions pass: lint, format, typecheck, security_scan, dead_code,
unit_tests (508 features, 12985 scenarios, 0 failures), integration_tests,
docs, build, benchmark, coverage_report (97%).

ISSUES CLOSED: #1206
2026-03-31 11:32:43 +00:00