Skip to content

Commit 0c97265

Browse files
committed
remove linux_tar fixes
1 parent 2b9fe05 commit 0c97265

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

packages/compass-smoke-tests/src/installers/linux-tar.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,7 @@ export function installLinuxTar({
1818
execute('tar', ['-xzvf', filepath, '-C', sandboxPath]);
1919

2020
// Check that the executable will run without being quarantined or similar
21-
// Passing --no-sandbox because RHEL and Rocky usually run as root and --disable-gpu to avoid warnings
22-
// (see compass-e2e-tests/helpers/chrome-startup-flags.ts for details)
23-
execute('xvfb-run', [
24-
path.resolve(appPath, appName),
25-
'--version',
26-
'--no-sandbox',
27-
'--disable-gpu',
28-
]);
21+
execute('xvfb-run', [path.resolve(appPath, appName), '--version']);
2922

3023
return {
3124
appName,

0 commit comments

Comments
 (0)