Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Watcher tests - disable flaky test on Windows + Linux
Summary: Despite increasing timeouts for this test a few times, we still see failures both in OSS and internal CI. I'm pretty sure there's a race condition in both our own `FallbackWatcher` / `NodeWatcher` *and* Watchman where when recursively watching a subtree, new files are added before a directory is watched or crawled, and so we never see an event for them. This is a problem, but I don't want to entirely lose the signal for this important set of tests due to that flakiness. This skips the problematic test on Windows and Linux until we have a better fix. We haven't observed a problem on macOS IIRC. Changelog: Internal Reviewed By: huntie Differential Revision: D67712965 fbshipit-source-id: 2246d282f7edba8243a4e8922fea13137959cc3f
- Loading branch information