mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 01:03:21 +00:00
skip insecure test on CI
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user