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
8 changes: 8 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@ run-wrapper = "postgres-isolation"
[[profile.default.overrides]]
filter = "test(=cancelled_turn_with_usage_emits_notification_before_response)"
retries = 2

# zs fork: the empty-steer rejection test reads at most 40 frames and stops at
# the prompt's own response; under load that response can land before the
# steer rejection and the test fails without a code change (merge-queue run
# 34090515497 ejected PR #35 this way). Same remedy as above.
[[profile.default.overrides]]
filter = "test(=steer_rejected_on_empty_prompt)"
retries = 2
Loading