Files
freemo a68cfca86f fix(e2e): add tdd_expected_fail tag to known bug #1028 ACMS tests
The 4 ACMS behavioral validation E2E tests capture bug #1028 (ACMS
indexing pipeline not wired into CLI) and are expected to fail until
the bug is fixed. They had tdd_issue and tdd_issue_1028 tags but were
missing the tdd_expected_fail tag that tells the TDD listener to
invert their result (failing test = PASS in CI).

Per CONTRIBUTING.md > Bug Fix Workflow, the tdd_expected_fail tag will
be removed when the bug fix is implemented.
2026-04-04 23:23:06 +00:00
..