Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eoghanmurray committed Dec 22, 2024
1 parent 0384b23 commit a8a10c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rrweb-snapshot/test/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ describe('integration tests', function (this: ISuite) {
serverURL = getServerURL(server);
browser = await puppeteer.launch({
// headless: false,
args: ['--no-sandbox'],
args: ['--no-sandbox', '--disable-setuid-sandbox'],
});

code = fs.readFileSync(
Expand Down

0 comments on commit a8a10c0

Please sign in to comment.