Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 4, 2022
1 parent 5c8372b commit 9c81845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ts.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ describe('test/ts.test.js', () => {
});

it('should cov app in cluster mod', () => {
// skip on darwin and node v16
// skip on darwin
// https://github.com/eggjs/egg-bin/runs/6735190362?check_suite_focus=true
// [agent_worker] receive disconnect event on child_process fork mode, exiting with code:110
if (process.platform === 'darwin' && process.version.includes('v16.')) return;
if (process.platform === 'darwin') return;
cwd = path.join(__dirname, './fixtures/example-ts-cluster');
return coffee.fork(eggBin, [ 'cov', '--ts' ], { cwd })
.debug()
Expand Down

0 comments on commit 9c81845

Please sign in to comment.