Skip to content

Commit

Permalink
test: skip reproducible snapshot test on 32-bit
Browse files Browse the repository at this point in the history
Refs: #53583 (comment)
PR-URL: #53592
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
  • Loading branch information
targos committed Jun 26, 2024
1 parent 073c231 commit 1eebcbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/parallel/test-snapshot-reproducible.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
'use strict';

require('../common');
const common = require('../common');
const { spawnSyncAndAssert } = require('../common/child_process');
const tmpdir = require('../common/tmpdir');
const fs = require('fs');
const assert = require('assert');

common.skipIf32Bits();

// When the test fails this helper can be modified to write outputs
// differently and aid debugging.
function log(line) {
Expand Down

0 comments on commit 1eebcbf

Please sign in to comment.