We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4a71c commit 3b8633fCopy full SHA for 3b8633f
test/jasmine/karma.conf.js
@@ -75,7 +75,8 @@ func.defaultConfig = {
75
customLaunchers: {
76
Chrome_WindowSized: {
77
base: 'Chrome',
78
- flags: ['--window-size=1035,617'] // values came from observing default size; all test cases pass with it
+ // window-size values came from observing default size
79
+ flags: ['--window-size=1035,617', '--ignore-gpu-blacklist']
80
}
81
},
82
0 commit comments