forked from cleveragents/cleveragents-core
a68cfca86f
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.