Skip to content

Commit

Permalink
Attempt to run date tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Oct 5, 2024
1 parent 616f07a commit aa55663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,10 @@ const skipTestsByEcosystem = Object.freeze({
// https://github.com/hyrious/bun.lockb/tree/v0.0.3
'@hyrious/bun.lockb',
'hyrious__bun.lockb',
// Has known test fails in its package:
// Has known test fails for some Node versions and platforms:
// https://github.com/es-shims/Date/issues/3
// https://github.com/es-shims/Date/tree/v2.0.5
'date',
...(ENV.CI ? [] : ['date']),
// Has no unit tests.
// https://github.com/rubennorte/es6-object-assign/tree/v1.1.0
'es6-object-assign',
Expand Down

0 comments on commit aa55663

Please sign in to comment.