Skip the webgl spec on Linux.
WebGL just usually don't work on Linux in virtual machines.
This commit is contained in:
parent
b2abeb9beb
commit
b89ef80481
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue