From 288061840c0a0123a5a072de38b3ce7d28a7b3dd Mon Sep 17 00:00:00 2001 From: Costas Papastathis Date: Mon, 3 Feb 2025 13:05:30 +0200 Subject: [PATCH] skipping test in packaging into executable --- test/pkg/pkg.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pkg/pkg.test.js b/test/pkg/pkg.test.js index 63a6112c6..3cb28ad33 100644 --- a/test/pkg/pkg.test.js +++ b/test/pkg/pkg.test.js @@ -8,7 +8,7 @@ const { join } = require('node:path') const { platform } = require('node:process') const execFile = promisify(require('node:child_process').execFile) -const skip = process.env.PNPM_CI || process.env.CITGM +const skip = process.env.PNPM_CI || process.env.CITGM || process.arch === 'ppc64' /** * The following regex is for tesintg the deprecation warning that is thrown by the `punycode` module.