Skip to content

Commit

Permalink
test: skip mock mfa tests until removal
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Nov 21, 2023
1 parent 78c2a96 commit 3082073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end-to-end/mfa.mock.firstFactors.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { TEST_CLIENT_BASE_URL, TEST_SERVER_BASE_URL } from "../constants";
/*
* Tests.
*/
describe("SuperTokens MFA firstFactors support", function () {
describe.skip("SuperTokens MFA firstFactors support", function () {
let browser;
let page;
let consoleLogs = [];
Expand Down

0 comments on commit 3082073

Please sign in to comment.