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
i had another look at this recently and it seems to be the same test that fails at least
removing a directory recursively sometimes never emits the subdir's unlink event (i.e. the test expects an event for the dir being removed and the subdir below it)
but if you re-run, it usually passes. so it feels like a timing problem rather than the event just not being emitted. that, or windows just sometimes doesn't emit the events
Sometimes it passes, sometimes it doesn't. Feels random.
How can we make tests pass more often? Other platforms have higher pass rate.
https://github.com/paulmillr/chokidar/actions/runs/12972801273/job/36180667608
The text was updated successfully, but these errors were encountered: