You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bridge-store list-status test runs on a fixed clock, not the wall clock (#1332)
`waiting()` counts a list status only within the twelve-hour session window. The test
recorded a status stamped 2026-08-25T18:00Z and asked `waiting()` with the default `now`,
so from 2026-08-26T06:00Z on it failed on every machine — CI on main and on any PR. The
sibling test already passes a `now`; this one does too.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments