Conditionally skip ol.source.Raster tests

This commit is contained in:
Andreas Hocevar
2015-11-23 21:19:28 +01:00
committed by Bart van den Eijnden
parent 7174f65da3
commit 890b515e44

View File

@@ -17,7 +17,8 @@ function itNoPhantom() {
}
}
describe('ol.source.Raster', function() {
(typeof ImageData == 'function' ? describe : xdescribe)('ol.source.Raster',
function() {
var target, map, redSource, greenSource, blueSource;