diff --git a/tests/lib/file_system_tests.js b/tests/lib/file_system_tests.js index 060338f2..baf03478 100644 --- a/tests/lib/file_system_tests.js +++ b/tests/lib/file_system_tests.js @@ -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)