Skip to content

Commit 9d3f67d

Browse files
committed
test: disable medium
1 parent 6b22ed0 commit 9d3f67d

File tree

1 file changed

+2
-1
lines changed
  • packages/metascraper-manifest/test

1 file changed

+2
-1
lines changed

packages/metascraper-manifest/test/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ test('linkedin.com', async t => {
9696
t.snapshot(metadata)
9797
})
9898

99-
test('medium.com', async t => {
99+
// CloudFlare Captcha is enabled
100+
test.skip('medium.com', async t => {
100101
const metascraper = createMetascraper()
101102
const url =
102103
'https://medium.com/in-fitness-and-in-health/20-hard-won-fitness-lessons-from-my-20-year-fitness-journey-9971a8a8f0e1'

0 commit comments

Comments
 (0)