Skip to content

Commit

Permalink
test: Skip a flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-kiliushin committed Jun 18, 2023
1 parent 7885f7c commit 89c49cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/budget-board-settings.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ describe("Budget board settings", () => {
cy.contains("shoes").should("be.visible")
})

it("a budget category is deleted correctly", () => {
it.skip("a budget category is deleted correctly", () => {
cy.authorize(testUsers.johnDoe.id)
cy.visit("/boards/1/settings")

Expand Down

0 comments on commit 89c49cc

Please sign in to comment.