Skip to content

Commit

Permalink
Skip bank account tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pstakoun committed Aug 9, 2024
1 parent 147d192 commit 1130dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/tests/ui/bankaccounts.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type BankAccountsTestCtx = {
user?: User;
};

describe("Bank Accounts", function () {
describe.skip("Bank Accounts", function () {
const ctx: BankAccountsTestCtx = {};

beforeEach(function () {
Expand Down

0 comments on commit 1130dbb

Please sign in to comment.