mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-23 03:55:56 +00:00
windows skip insecure test
This commit is contained in:
parent
b0fb6ab568
commit
2beb6274e7
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ describe("Websocket Test", {
|
||||||
});
|
});
|
||||||
|
|
||||||
test("Insecure Websocket", {
|
test("Insecure Websocket", {
|
||||||
skip: !!process.env.CI && (process.platform === "darwin" || process.platform === "linux"),
|
skip: !!process.env.CI && process.arch === "x64" && (process.platform === "darwin" || process.platform === "linux" || process.platform === "win32"),
|
||||||
}, async () => {
|
}, async () => {
|
||||||
const websocketMonitor = new websocket();
|
const websocketMonitor = new websocket();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue