Skip to content

Commit b448eec

Browse files
authored
Merge pull request #1451 from OpenGeoscience/update-chrome-144
test: Update testing flags for Chrome 144
2 parents 5e1b2bd + 862e485 commit b448eec

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)