Skip to content

Commit

Permalink
skip insecure test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 18, 2025
1 parent 2d46a32 commit 1a98012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/backend-test/test-websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe("Websocket Test", {
});

test("Insecure Websocket", {
skip: !!process.env.CI && process.arch !== "x64" && process.platform !== "linux",
skip: !!process.env.CI,
}, async () => {
const websocketMonitor = new websocket();

Expand Down

0 comments on commit 1a98012

Please sign in to comment.