未验证 提交 02aa7b28 编写于 作者: J Joe Haddad 提交者: GitHub

ci: stabilize Window CI (#21344)

This skips a test suite that always flakes on Windows due to `http-proxy` <> Windows interop issues.
上级 0bd17526
......@@ -48,6 +48,11 @@ const runTests = () => {
}
describe('SSG data 404', () => {
if (process.platform === 'win32') {
it('should skip this suite on Windows', () => {})
return
}
describe('dev mode', () => {
beforeAll(async () => {
appPort = await findPort()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册