From aa74d263a6b2dfd3e847b325b0992a6dd091e8eb Mon Sep 17 00:00:00 2001 From: Noah Koontz Date: Wed, 26 Aug 2020 09:59:38 -0700 Subject: [PATCH] tests: remove retries from filesystem tests --- tests/lib/file_system_tests.js | 2 -- 1 file changed, 2 deletions(-) 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)