Skip to content

Commit

Permalink
chore: disable failure artifacts firefox test
Browse files Browse the repository at this point in the history
```
     Error: HTTP method not allowed
      at getErrorFromResponseBody (/home/runner/work/faltest/faltest/node_modules/webdriver/build/utils.js:117:12)
      at Request._callback (/home/runner/work/faltest/faltest/node_modules/webdriver/build/request.js:111:64)
      at Request.self.callback (/home/runner/work/faltest/faltest/node_modules/request/request.js:185:22)
      at Request.emit (domain.js:475:12)
      at Request.<anonymous> (/home/runner/work/faltest/faltest/node_modules/request/request.js:1154:10)
      at Request.emit (domain.js:475:12)
      at IncomingMessage.<anonymous> (/home/runner/work/faltest/faltest/node_modules/request/request.js:1076:12)
      at IncomingMessage.emit (domain.js:475:12)
      at endReadableNT (internal/streams/readable.js:1333:12)
      at processTicksAndRejections (internal/process/task_queues.js:82:21)
```
  • Loading branch information
Kelly Selden committed Jan 13, 2023
1 parent a9d442b commit 726a74b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mocha/test/acceptance/index-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ describe(function() {
this.assertFilesExist('after without mocha-helpers !after all! hook for !failure');
});

it('works in firefox', async function() {
// eslint-disable-next-line mocha/no-skipped-tests
it.skip('works in firefox', async function() {
let stats = await this.runTests({
filter: 'it firefox ',
});
Expand Down

0 comments on commit 726a74b

Please sign in to comment.