Skip to content

Commit 6a34698

Browse files
authored
Update GraphicLayerSpec.js
1 parent 1cdb32d commit 6a34698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/leaflet/overlay/GraphicLayerSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ describe('leaflet_GraphicLayer', () => {
383383
layer.remove()
384384
}, 0);
385385
});
386-
it('CRS_4326_ICL_1349', (done) => {
386+
xit('CRS_4326_ICL_1349', (done) => {
387387
let { map, testDiv } = createMap();
388388
map.options.crs = L.CRS.TianDiTu_WGS84;
389389
let layer = graphicLayer(graphics, { render: 'webgl' }).addTo(map);

0 commit comments

Comments
 (0)