mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-18 13:10:51 -06:00
test: skip flaky GitDataSource test (#25825)
This commit is contained in:
@@ -46,7 +46,9 @@ describe('GitDataSource', () => {
|
||||
sinon.restore()
|
||||
})
|
||||
|
||||
it(`gets correct status for files on ${os.platform()}`, async function () {
|
||||
// TODO: Very flaky on CI, even with a bunch of retries it still fails more often than nought
|
||||
// see: https://github.com/cypress-io/cypress/issues/25824
|
||||
it.skip(`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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user