Skip to content

Commit

Permalink
skipping test in packaging into executable
Browse files Browse the repository at this point in the history
  • Loading branch information
pacostas committed Feb 3, 2025
1 parent 8ab2971 commit 2880618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pkg/pkg.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2880618

Please sign in to comment.