From f599c408fb0f402f969aa3a702a4ded3b56d1cc6 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 21 Mar 2026 15:46:15 +0200 Subject: [PATCH] Mark one more test as slow --- e2e/tournament-bracket.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e2e/tournament-bracket.spec.ts b/e2e/tournament-bracket.spec.ts index 332f9b7de..0621a0297 100644 --- a/e2e/tournament-bracket.spec.ts +++ b/e2e/tournament-bracket.spec.ts @@ -1024,6 +1024,8 @@ test.describe("Tournament bracket", () => { test("swiss tournament with bracket advancing/unadvancing & dropping out a team", async ({ page, }) => { + test.slow(); + const tournamentId = 5; await seed(page);