Skip to content

Commit

Permalink
Revert "chore: disable failure artifacts firefox test"
Browse files Browse the repository at this point in the history
This reverts commit 726a74b.
  • Loading branch information
Kelly Selden committed Jan 13, 2023
1 parent a673335 commit 7caedc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/mocha/test/acceptance/index-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ',
});
Expand Down

0 comments on commit 7caedc2

Please sign in to comment.