Skip to content

Commit

Permalink
fix(tests): re set --no-sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ftoromanoff committed Jan 16, 2025
1 parent 858b89e commit c4629d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hooks_functional.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export const mochaHooks = {
// for more information on developing with the SUID sandbox.
// If you want to live dangerously and need an immediate workaround, you can try
// using --no-sandbox.
const args = [];
const args = ['--no-sandbox'];

if (process.env.HTTPS_PROXY) {
args.push(`--proxy-server=${process.env.HTTPS_PROXY}`);
Expand Down

0 comments on commit c4629d6

Please sign in to comment.