Skip tests for ol.format.MVT in IE9
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
goog.provide('ol.test.format.MVT');
|
goog.provide('ol.test.format.MVT');
|
||||||
|
|
||||||
|
(typeof ArrayBuffer == 'function' ? describe : xdescribe)('ol.format.MVT',
|
||||||
describe('ol.format.MVT', function() {
|
function() {
|
||||||
|
|
||||||
var data;
|
var data;
|
||||||
beforeEach(function(done) {
|
beforeEach(function(done) {
|
||||||
|
|||||||
@@ -120,7 +120,8 @@ function itNoPhantom() {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
itNoPhantom('allows operation type to be set to "image"', function(done) {
|
itNoPhantom('allows operation type to be set to "image"',
|
||||||
|
function(done) {
|
||||||
|
|
||||||
var log = [];
|
var log = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user