-- CI runs unit tests on Linux only and E2E on Windows + macOS only — the same platforms upstream rstest runs its VS Code suites on, which is what keeps the ported suites viable as verbatim copies. Linux is excluded on purpose: the ported watch-mode suites rewrite a fixture with `writeFile` (truncate, then write), and inotify reports the empty intermediate state as its own event, so the watcher can trigger a run against a zero-length test file. Fixing that means diverging from upstream; keeping Linux out does not.
0 commit comments