Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! test: fix test-fs-ut…
Browse files Browse the repository at this point in the history
…imes on non-Y2K38 file systems
  • Loading branch information
Trott committed Mar 17, 2021
1 parent 8d2095e commit 2ff6e74
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/parallel/test-fs-utimes-y2K38.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
'use strict';
const common = require('../common');

if (common.isIBMi) {
common.skip('fs.utimesSync() currently fails on IBM i with Y2K38 values');
}

const tmpdir = require('../common/tmpdir');
tmpdir.refresh();

const assert = require('assert');
const fs = require('fs');

tmpdir.refresh();

// Check for Y2K38 support. For Windows and AIX, assume it's there. Windows
// doesn't have `touch` and `date -r` which are used in the check for support.
// AIX lacks `date -r`.
Expand Down

0 comments on commit 2ff6e74

Please sign in to comment.