describe.skip

This commit is contained in:
Martin McKeaveney 2025-02-19 10:40:10 +00:00
parent 06cff1292c
commit 43ca46f9a3
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ describe("/api/global/auth", () => {
}) })
}) })
xdescribe("GET /api/global/auth/:tenantId/oidc/callback", () => { describe.skip("GET /api/global/auth/:tenantId/oidc/callback", () => {
it("logs in", async () => { it("logs in", async () => {
const email = `${generator.guid()}@example.com` const email = `${generator.guid()}@example.com`