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 b4b481a commit a75d395Copy full SHA for a75d395
test/openlayers/mapping/WebMapSpec.js
@@ -1485,7 +1485,7 @@ describe('openlayers_WebMap', () => {
1485
done();
1486
}
1487
});
1488
- it('getMapInfoSuccess BrowseMap', (done) => {
+ xit('getMapInfoSuccess BrowseMap', (done) => {
1489
let options = {
1490
server: server,
1491
successCallback,
@@ -1521,7 +1521,7 @@ describe('openlayers_WebMap', () => {
1521
1522
1523
1524
- it('initialize_MVT', (done) => {
+ xit('initialize_MVT', (done) => {
1525
window.olmsbak = window.olms;
1526
window.olms = {
1527
applyBackground: function () {},
0 commit comments