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