diff --git a/__test__/index.spec.ts b/__test__/index.spec.ts index 8a342c98..6a8be607 100755 --- a/__test__/index.spec.ts +++ b/__test__/index.spec.ts @@ -9,7 +9,7 @@ import { Resvg, renderAsync } from '../index' import { jimpToRgbaPixels } from './helper' -test('Use href to load a JPG image without alpha', async (t) => { +test.skip('Use href to load a JPG image without alpha', async (t) => { const imgUrl = 'https://wd.imgix.net/image/kheDArv5csY6rvQUJDbWRscckLr1/De5peVXJZz3uSEmmVeYJ.png?w=500' const svg = ` diff --git a/__test__/wasm.spec.ts b/__test__/wasm.spec.ts index de10b0eb..ac5741d0 100755 --- a/__test__/wasm.spec.ts +++ b/__test__/wasm.spec.ts @@ -15,7 +15,7 @@ test.before(async () => { await initWasm(fs.readFile(join(__dirname, '../wasm/index_bg.wasm'))) }) -test('Use href to load a JPG image without alpha', async (t) => { +test.skip('Use href to load a JPG image without alpha', async (t) => { const imgUrl = 'https://wd.imgix.net/image/kheDArv5csY6rvQUJDbWRscckLr1/De5peVXJZz3uSEmmVeYJ.png?w=500' const svg = `