Skip to content

Commit

Permalink
re-skip #23317
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Feb 2, 2023
1 parent 3344ba6 commit 910830b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/data-context/test/unit/sources/GitDataSource.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ describe('GitDataSource', () => {
sinon.restore()
})

it(`gets correct status for files on ${os.platform()}`, async function () {
// TODO: fix flaky test https://github.com/cypress-io/cypress/issues/23317
this.retries(15)

// TODO: fix flaky test https://github.com/cypress-io/cypress/issues/23317
it.skip(`gets correct status for files on ${os.platform()}`, async function () {
const onBranchChange = sinon.stub()
const onGitInfoChange = sinon.stub()
const onError = sinon.stub()
Expand Down

0 comments on commit 910830b

Please sign in to comment.