Compare commits

...

1 Commits

Author SHA1 Message Date
Neeraj Pradhan 4703e4815f Add xfail for timeout errors in report gen 2025-03-21 09:51:31 -07:00
+5
View File
@@ -81,6 +81,11 @@ async def test_create_and_delete_report(
@pytest.mark.asyncio
@pytest.mark.xfail(
condition=lambda: os.getenv("CI"),
reason="Report plan sometimes times out",
raises=TimeoutError,
)
async def test_report_plan_workflow(report: ReportClient) -> None:
"""Test the report planning workflow."""
# Wait for the plan