Skip to content

Commit a75d395

Browse files
authored
Update WebMapSpec.js
1 parent b4b481a commit a75d395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/openlayers/mapping/WebMapSpec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ describe('openlayers_WebMap', () => {
14851485
done();
14861486
}
14871487
});
1488-
it('getMapInfoSuccess BrowseMap', (done) => {
1488+
xit('getMapInfoSuccess BrowseMap', (done) => {
14891489
let options = {
14901490
server: server,
14911491
successCallback,
@@ -1521,7 +1521,7 @@ describe('openlayers_WebMap', () => {
15211521
}
15221522
});
15231523

1524-
it('initialize_MVT', (done) => {
1524+
xit('initialize_MVT', (done) => {
15251525
window.olmsbak = window.olms;
15261526
window.olms = {
15271527
applyBackground: function () {},

0 commit comments

Comments
 (0)