From f28bb14ba455d13015bb2a457f8630d583eb375e Mon Sep 17 00:00:00 2001 From: Kelly Selden Date: Fri, 13 Jan 2023 15:42:02 -0800 Subject: [PATCH] Revert "chore: disable failure artifacts firefox test" This reverts commit 726a74b23d11b09d4874ce8189d9264022ea2f22. --- packages/mocha/test/acceptance/index-test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/mocha/test/acceptance/index-test.js b/packages/mocha/test/acceptance/index-test.js index bc4577a39..b5f7374d8 100644 --- a/packages/mocha/test/acceptance/index-test.js +++ b/packages/mocha/test/acceptance/index-test.js @@ -314,8 +314,7 @@ describe(function() { this.assertFilesExist('after without mocha-helpers !after all! hook for !failure!'); }); - // eslint-disable-next-line mocha/no-skipped-tests - it.skip('works in firefox', async function() { + it('works in firefox', async function() { let stats = await this.runTests({ filter: 'it firefox ', });