Skip to content

Commit 1eebcbf

Browse files
committed
test: skip reproducible snapshot test on 32-bit
Refs: #53583 (comment) PR-URL: #53592 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
1 parent 073c231 commit 1eebcbf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/parallel/test-snapshot-reproducible.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
'use strict';
22

3-
require('../common');
3+
const common = require('../common');
44
const { spawnSyncAndAssert } = require('../common/child_process');
55
const tmpdir = require('../common/tmpdir');
66
const fs = require('fs');
77
const assert = require('assert');
88

9+
common.skipIf32Bits();
10+
911
// When the test fails this helper can be modified to write outputs
1012
// differently and aid debugging.
1113
function log(line) {

0 commit comments

Comments
 (0)