Skip to content

Commit

Permalink
Skip flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed Nov 24, 2023
1 parent d2dae4a commit d20930b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/gui/project/assignIssue.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('Issue', () => {
.as('projectsBody')
})

it('assigns an issue to yourself', function () {
it.skip('assigns an issue to yourself', function () {
const { name: projectName } = this.projectsBody[0]
const { iid: issueIid } = this.issue.body

Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/gui/project/issueBoard.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describe('Issue board', () => {
cy.sessionLogin()
})

it('shows an open issue on the issue board, closes it, and shows it closed', () => {
it.skip('shows an open issue on the issue board, closes it, and shows it closed', () => {
cy.api_createIssue().as('issue')
cy.api_getAllProjects()
.then(function ({ body }) {
Expand Down

0 comments on commit d20930b

Please sign in to comment.