Skip to content

Commit

Permalink
test: skip instagram
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 21, 2024
1 parent 4f3c660 commit 48d1989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metascraper-media-provider/test/video/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const isCI = !!process.env.CI
})
})
;['https://www.instagram.com/p/BmYooZbhCfJ'].forEach(url => {
;(isCI ? test.skip : test)(url, async t => {
test.skip(url, async t => {
const metadata = await metascraper({ url })
debug(metadata.video)
t.true(isUrl(metadata.video))
Expand Down

0 comments on commit 48d1989

Please sign in to comment.