Skip to content

Commit

Permalink
ci: skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 28, 2023
1 parent 6ec15ff commit d1b99b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ test('substack', async t => {
})
t.true(body.url.includes('images.weserv.nl'))
})

test('reddit', async t => {
//
;(isCI ? test.skip : test)('reddit', async t => {
const serverUrl = await runServer(t)
const { body } = await got('reddit/kikobeats?json', {
prefixUrl: serverUrl
Expand Down

0 comments on commit d1b99b9

Please sign in to comment.