Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion e2e/test_suite17_guardrail_matrix.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,10 @@ const SPECS: Spec[] = [
],
}),
prompt: "Look up the marker data for item 'test'.",
validStatuses: ["COMPLETED"],
// retry is model-dependent: the agent may or may not drop MARKER42 within max_retries,
// and since conductor-oss/conductor#1365 a retry that exhausts escalates to raise, so the
// run legitimately ends FAILED. notContains is still asserted whenever it COMPLETEs.
validStatuses: BOTH,
notContains: "MARKER42",
},
{
Expand Down
Loading