Skip to content

Commit 574ef94

Browse files
committed
fix(ci): seal 18th fix-forward — ruff format wrap test_agents_md xfail decorator
1 parent 57a80bc commit 574ef94

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_agents_md.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,9 @@ def test_cli_no_laws_no_rules_runs_cleanly(cli_runner, small_project):
216216
assert "rules" not in data["sources_consulted"]
217217

218218

219-
@pytest.mark.xfail(reason="W11 live-smoke test against roam-code repo — failing on CI env JSON-parse; tracked, generator behavior is covered by the fixture-based tests above (deferred fix)")
219+
@pytest.mark.xfail(
220+
reason="W11 live-smoke test against roam-code repo — failing on CI env JSON-parse; tracked, generator behavior is covered by the fixture-based tests above (deferred fix)"
221+
)
220222
def test_agents_md_smoke_on_roam_code(cli_runner):
221223
"""End-to-end smoke: run against the actual roam-code repo.
222224

0 commit comments

Comments
 (0)