mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-23 12:05:56 +00:00
skip insecure test on CI
This commit is contained in:
parent
2d46a32431
commit
1a98012cbd
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.arch !== "x64" && process.platform !== "linux",
|
skip: !!process.env.CI,
|
||||||
}, async () => {
|
}, async () => {
|
||||||
const websocketMonitor = new websocket();
|
const websocketMonitor = new websocket();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue