Commit 80d64dc
committed
ci: skip Windows + Cypress temporarily
I thought it was just random timeouts until I look into the logs and
found that it's always the same EPERM error on Windows.
It has been reported to us before that EPERM errors are happening on
Windows + Cypress projects. The issue was later moved to the
`start-server-and-test` repository but it is still not resolved.
<bahmutov/start-server-and-test#384>
Furthermore, Windows 11 24H2 and Windows Server 2025 have removed the
`wmic` utility, which is used by `start-server-and-test` (via the
`ps-tree` dependency). Once GitHub Actions upgrades the `latest` tag
to Windows Server 2025, `start-server-and-test` will break completely on
our CI.
`start-server-and-test` and `ps-tree` are largely unmaintained, so
we need to move away from `start-server-and-test` in the near future and
then we can re-enable Windows + Cypress tests.1 parent 40d12f1 commit 80d64dc
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
| |||
0 commit comments