Skip to content

Commit 48d1989

Browse files
committed
test: skip instagram
1 parent 4f3c660 commit 48d1989

File tree

1 file changed

+1
-1
lines changed
  • packages/metascraper-media-provider/test/video

1 file changed

+1
-1
lines changed

packages/metascraper-media-provider/test/video/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const isCI = !!process.env.CI
3030
})
3131
})
3232
;['https://www.instagram.com/p/BmYooZbhCfJ'].forEach(url => {
33-
;(isCI ? test.skip : test)(url, async t => {
33+
test.skip(url, async t => {
3434
const metadata = await metascraper({ url })
3535
debug(metadata.video)
3636
t.true(isUrl(metadata.video))

0 commit comments

Comments
 (0)