Skip to content

Commit

Permalink
Skip flaky test
Browse files Browse the repository at this point in the history
Ref.: #41
  • Loading branch information
wlsf82 committed Dec 16, 2023
1 parent 21c2cbb commit 4f7d286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/gui/project/closeIssueQuickAction.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('Issue - Quick action', () => {
.as('projectsBody')
})

it('closes an issue using a quick action', function () {
it.skip('closes an issue using a quick action', function () {
const { name: projectName } = this.projectsBody[0]
const { iid: issueIid } = this.issue.body

Expand Down

0 comments on commit 4f7d286

Please sign in to comment.