Skip to content

Commit 7653cf0

Browse files
emilyklcamdecoster
andauthored
Try simply --enable-unsafe-swiftshader flag instead
Co-authored-by: Cameron DeCoster <cameron.decoster@gmail.com>
1 parent 880f838 commit 7653cf0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/jasmine/karma.conf.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,7 @@ func.defaultConfig = {
266266
// and therefore we need to use SwiftShader instead.
267267
// The third flag is needed because the Chrome browser installed by the CI job runner
268268
// fails without it.
269-
isCI && process.env.GITHUB_ACTIONS ? '--use-gl=angle' : '',
270-
isCI && process.env.GITHUB_ACTIONS ? '--use-angle=swiftshader' : '',
269+
isCI && process.env.GITHUB_ACTIONS ? '--enable-unsafe-swiftshader' : '',
271270
isCI && process.env.GITHUB_ACTIONS ? '--no-sandbox' : '',
272271
isBundleTest && basename(testFileGlob) === 'no_webgl' ? '--disable-webgl' : ''
273272
]

0 commit comments

Comments
 (0)