mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-20 07:36:05 -04:00
skip insecure test on CI
This commit is contained in:
parent
2d46a32431
commit
1a98012cbd
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user