blob: 717b3eed2c1aceb1a8b0fbe0b2e1c0d8effffe0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
diff --git a/script/test.js b/script/test.js
index c4e7b6660..ea74432f4 100755
--- a/script/test.js
+++ b/script/test.js
@@ -244,9 +244,8 @@ function runCoreMainProcessTests(callback) {
testPath
];
- if (process.env.CI && process.platform === 'linux') {
- testArguments.push('--no-sandbox');
- }
+ testArguments.push('--in-process-gpu');
+ testArguments.push('--no-sandbox');
const testEnv = Object.assign({}, prepareEnv('core-main-process'), {
ATOM_GITHUB_INLINE_GIT_EXEC: 'true'
|