diff --git a/apps/web/playwright/booking-pages.test.ts b/apps/web/playwright/booking-pages.test.ts index 59814f36..8d1acbf8 100644 --- a/apps/web/playwright/booking-pages.test.ts +++ b/apps/web/playwright/booking-pages.test.ts @@ -120,7 +120,7 @@ test.describe("pro user", () => { }); }); - test("Can cancel the recently created booking and rebook the same timeslot", async ({ page }) => { + test.fixme("Can cancel the recently created booking and rebook the same timeslot", async ({ page }) => { await bookFirstEvent(page); await page.goto("/bookings/upcoming");