Skip to content

Fix OpenID spec failure that assumed current_sign_in_at would be set

Stan Hu requested to merge sh-fix-openid-spec-failure into master

Due to 6a915d6f, the current_sign_in_at may not actually be set due to an ExclusiveLease in other jobs. To fix this spec, manually set the value in the setup.

Closes #32041 (closed)

Merge request reports