File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { Resvg, renderAsync } from '../index'
9
9
10
10
import { jimpToRgbaPixels } from './helper'
11
11
12
- test ( 'Use href to load a JPG image without alpha' , async ( t ) => {
12
+ test . skip ( 'Use href to load a JPG image without alpha' , async ( t ) => {
13
13
const imgUrl = 'https://wd.imgix.net/image/kheDArv5csY6rvQUJDbWRscckLr1/De5peVXJZz3uSEmmVeYJ.png?w=500'
14
14
const svg = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
15
15
<image href="${ imgUrl } " width="500" height="250"/>
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ test.before(async () => {
15
15
await initWasm ( fs . readFile ( join ( __dirname , '../wasm/index_bg.wasm' ) ) )
16
16
} )
17
17
18
- test ( 'Use href to load a JPG image without alpha' , async ( t ) => {
18
+ test . skip ( 'Use href to load a JPG image without alpha' , async ( t ) => {
19
19
const imgUrl = 'https://wd.imgix.net/image/kheDArv5csY6rvQUJDbWRscckLr1/De5peVXJZz3uSEmmVeYJ.png?w=500'
20
20
const svg = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
21
21
<image href="${ imgUrl } " width="500" height="250"/>
You can’t perform that action at this time.
0 commit comments