Skip to content

Commit

Permalink
chore(tests): skip some https/http2 tests on some platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
cyco130 committed Dec 1, 2024
1 parent f0a2b6b commit 6a7669d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions testbed/basic/ci.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ if (process.env.CI === "true") {
host: "https://127.0.0.1:3000",
fetch: httpFetch,
},
{
// TODO: Investigaete why this is failing on Windows: https://github.com/hattipjs/hattip/issues/191
process.platform !== "win32" && {
name: "Node HTTP/2",
platform: "node",
command: "node --experimental-fetch entry-node-http2.js",
Expand Down Expand Up @@ -173,7 +174,7 @@ if (process.env.CI === "true") {
platform: "uwebsockets",
command: `node entry-uws.js`,
},
{
nodeVersionMajor >= 18 && {
name: "uWebSockets.js with SSL",
platform: "uwebsockets",
command: `node entry-uws-https.js`,
Expand Down

0 comments on commit 6a7669d

Please sign in to comment.