Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
fix: removed skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Aug 9, 2018
1 parent 79b7182 commit b4138b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/repo.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ function catAndCheck (api, hash, data, callback) {
})
}

// The repo was again changed on go-ipfs 0.4.16
// TODO: create spec tests for repo
describe.skip('repo', () => {
// skipping until https://github.com/ipfs/interop/issues/8 is addressed
describe('repo', () => {
if (isWindows) {
return
}
Expand Down

0 comments on commit b4138b7

Please sign in to comment.