Skip to content

Commit 6a3a013

Browse files
committed
Skip flaky realtimeClient tests in github CI for now
1 parent 5a86fe8 commit 6a3a013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/test/realtimeClient.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { containerWithElectricAndRedisTest } from "@internal/testcontainers";
22
import { expect, describe } from "vitest";
33
import { RealtimeClient } from "../app/services/realtimeClient.server.js";
44

5-
describe("RealtimeClient", () => {
5+
describe.skipIf(process.env.GITHUB_ACTIONS)("RealtimeClient", () => {
66
containerWithElectricAndRedisTest(
77
"Should only track concurrency for live requests",
88
{ timeout: 30_000 },

0 commit comments

Comments
 (0)