Skip to content

Commit 862e485

Browse files
committed
test: Update testing flags for Chrome 144
By default, Chrome 144 doesn't allow webgl in headless tests without extra flags.
1 parent 5e1b2bd commit 862e485

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

karma-base.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ var ChromeFlags = [
180180
'--force-color-profile=srgb', // for consistent tests
181181
'--disable-background-networking',
182182
'--disable-component-extensions-with-background-pages',
183-
'--translate-script-url=""'
183+
'--translate-script-url=""',
184+
'--enable-unsafe-swiftshader'
184185
];
185186

186187
/* By default, when Firefox starts it makes many connections to sites like

0 commit comments

Comments
 (0)