diff --git a/test/end-to-end/multitenancy.tenant_interactions.test.js b/test/end-to-end/multitenancy.tenant_interactions.test.js index ab6958e6e..23b7351e7 100644 --- a/test/end-to-end/multitenancy.tenant_interactions.test.js +++ b/test/end-to-end/multitenancy.tenant_interactions.test.js @@ -1052,7 +1052,7 @@ describe("SuperTokens Multitenancy tenant interactions", function () { await epSignIn(page, email); }); - it.skip("should be revoked when removing tenants", async function () { + it("should be revoked when removing tenants", async function () { await setEnabledRecipes(page, ["emailpassword"]); await setupTenant("public", { emailPassword: { enabled: true },