Skip to content

Commit 62ea7a6

Browse files
[ResponseOps][Reporting] Updating OS detection for Chromium (elastic#235620)
Resolves elastic/response-ops-team#399 ## Summary This PR updates the reporting screenshot check to `--disable-setuid-sandbox` ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios ### To verify 1. Create PDF, PDF for print, and PNG reports on cloud to verify that screenshot reporting for linux is working as expected. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
1 parent 0cf33c6 commit 62ea7a6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • src/platform/packages/private/kbn-screenshotting-server/src

src/platform/packages/private/kbn-screenshotting-server/src/args.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,5 @@ export const args = ({
8686
flags.push('--disable-gpu');
8787
}
8888

89-
if (os.arch() === 'linux') {
90-
flags.push('--disable-setuid-sandbox');
91-
}
92-
9389
return [...flags, 'about:blank'];
9490
};

0 commit comments

Comments
 (0)