Skip to content

Commit

Permalink
describe.skip
Browse files Browse the repository at this point in the history
  • Loading branch information
shogunpurple committed Feb 19, 2025
1 parent 06cff12 commit 43ca46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/worker/src/api/routes/global/tests/auth.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
const email = `${generator.guid()}@example.com`

Expand Down

0 comments on commit 43ca46f

Please sign in to comment.