Skip to content

Commit 0ba1b65

Browse files
.
1 parent 57b4312 commit 0ba1b65

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

roles/lib/files/FWO.Report/ReportBase.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,7 @@ public static string ToUtcString(string? timestring)
254254
using IBrowser? browser = await Puppeteer.LaunchAsync(new LaunchOptions
255255
{
256256
ExecutablePath = brw.GetExecutablePath(),
257-
Headless = true,
258-
Args = new[ ] { "--disable-setuid-sandbox" }
257+
Headless = true
259258
});
260259

261260
try

roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ public async Task GeneratePdf()
5252
using IBrowser? browser = await Puppeteer.LaunchAsync(new LaunchOptions
5353
{
5454
ExecutablePath = brw.GetExecutablePath(),
55-
Headless = true,
56-
Args = new[] { "--disable-setuid-sandbox" }
55+
Headless = true
5756
});
5857

5958
try

0 commit comments

Comments
 (0)