describe.skip
This commit is contained in:
parent
06cff1292c
commit
43ca46f9a3
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue