Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 830b9a1

Browse files
committed
test: enable gc tests over ipfs-http-client
1 parent e31650c commit 830b9a1

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

test/http-api/interface.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,7 @@ describe('interface-ipfs-core over ipfs-http-client tests', () => {
109109
}
110110
}))
111111

112-
tests.repo(defaultCommonFactory, {
113-
skip: [
114-
// repo.gc
115-
{
116-
name: 'gc',
117-
reason: 'TODO: repo.gc is not implemented in js-ipfs yet!'
118-
}
119-
]
120-
})
112+
tests.repo(defaultCommonFactory)
121113

122114
tests.stats(defaultCommonFactory)
123115

0 commit comments

Comments
 (0)