Skip to content

Commit f4751cf

Browse files
committed
test: skip load url test
1 parent b04e6a7 commit f4751cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__test__/index.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Resvg, renderAsync } from '../index'
99

1010
import { jimpToRgbaPixels } from './helper'
1111

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) => {
1313
const imgUrl = 'https://wd.imgix.net/image/kheDArv5csY6rvQUJDbWRscckLr1/De5peVXJZz3uSEmmVeYJ.png?w=500'
1414
const svg = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
1515
<image href="${imgUrl}" width="500" height="250"/>

__test__/wasm.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test.before(async () => {
1515
await initWasm(fs.readFile(join(__dirname, '../wasm/index_bg.wasm')))
1616
})
1717

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) => {
1919
const imgUrl = 'https://wd.imgix.net/image/kheDArv5csY6rvQUJDbWRscckLr1/De5peVXJZz3uSEmmVeYJ.png?w=500'
2020
const svg = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2121
<image href="${imgUrl}" width="500" height="250"/>

0 commit comments

Comments
 (0)