Skip to content

Commit

Permalink
tests: remove retries from filesystem tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Aug 26, 2020
1 parent 57c0dfd commit aa74d26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/lib/file_system_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ describe('lib', () => {
})

describe('findFirstFile', function () {
this.retries(3)

it('should return the first element of findAllFiles', async () => {
const includedDirectories = ['lib/', 'rules/']
const fs = new FileSystem(path.resolve('./tests'), includedDirectories)
Expand Down

0 comments on commit aa74d26

Please sign in to comment.