Skip to content

Commit 3b8633f

Browse files
committed
Run jasmine tests with --ignore-gpu-blacklist
* This change allows the jasmine tests to be run within a VM.
1 parent bf4a71c commit 3b8633f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/jasmine/karma.conf.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ func.defaultConfig = {
7575
customLaunchers: {
7676
Chrome_WindowSized: {
7777
base: 'Chrome',
78-
flags: ['--window-size=1035,617'] // values came from observing default size; all test cases pass with it
78+
// window-size values came from observing default size
79+
flags: ['--window-size=1035,617', '--ignore-gpu-blacklist']
7980
}
8081
},
8182

0 commit comments

Comments
 (0)