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
Make asset_cache_purged test deterministic instead of relying on page-visit side effect
Enabling the cache path was already explicit via a real settings save, but
materializing the underlying asset-parent post depended on a subsequent
admin page load's Assets::update_asset_paths() side effect — a
timing-sensitive path that flaked once under CI load (passed on retry).
Create the post directly instead, removing that dependency entirely.
0 commit comments