Skip to content

Commit

Permalink
Skip the RealtimeClient tests for now in CI… flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-aitken committed Dec 12, 2024
1 parent 110a8ea commit 1c631a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/webapp/test/realtimeClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { containerWithElectricAndRedisTest } from "@internal/testcontainers";
import { expect, describe } from "vitest";
import { RealtimeClient } from "../app/services/realtimeClient.server.js";

describe("RealtimeClient", () => {
describe.skipIf(process.env.GITHUB_ACTIONS)("RealtimeClient", () => {
containerWithElectricAndRedisTest(
"Should only track concurrency for live requests",
{ timeout: 30_000 },
Expand Down

0 comments on commit 1c631a1

Please sign in to comment.