Skip to content

Commit

Permalink
chore: add is-core-module to known failures for nightly releases of node
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf authored and wraithgar committed Apr 12, 2023
1 parent c7fe1c7 commit a98358b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ jobs:
knownFailures.push('fastify')
// esbuild barfs on node 20.0.0-pre
knownFailures.push('serialport')
// is-core-module fails on test/reporters
knownFailures.push('is-core-module')
}
// this is a manually updated list of packages that are flaky
Expand Down
2 changes: 2 additions & 0 deletions scripts/template-oss/node-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ jobs:
knownFailures.push('fastify')
// esbuild barfs on node 20.0.0-pre
knownFailures.push('serialport')
// is-core-module fails on test/reporters
knownFailures.push('is-core-module')
}
// this is a manually updated list of packages that are flaky
Expand Down

0 comments on commit a98358b

Please sign in to comment.