We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90351ae commit ebd9655Copy full SHA for ebd9655
test/openlayers/mapping/WebMapSpec.js
@@ -406,7 +406,7 @@ describe('openlayers_WebMap', () => {
406
done();
407
}, 1000)
408
});
409
- it('createThemeLayer_Vector_SVG', (done) => {
+ xit('createThemeLayer_Vector_SVG', (done) => {
410
let options = {
411
server: server,
412
successCallback: function () {},
@@ -990,4 +990,4 @@ describe('openlayers_WebMap', () => {
990
991
992
993
-});
+});
0 commit comments