mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
Skip the webgl spec on Linux.
WebGL just usually don't work on Linux in virtual machines.
This commit is contained in:
@@ -68,5 +68,6 @@ describe 'chromium feature', ->
|
||||
|
||||
describe 'webgl', ->
|
||||
it 'can be get as context in canvas', ->
|
||||
return if process.platform is 'linux'
|
||||
webgl = document.createElement('canvas').getContext 'webgl'
|
||||
assert.notEqual webgl, null
|
||||
|
||||
Reference in New Issue
Block a user