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

Commit 072ddfd

Browse files
committed
test: unskip repo gc test
1 parent 40ae451 commit 072ddfd

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

test/core/interface.spec.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,7 @@ describe('interface-ipfs-core tests', function () {
172172
}
173173
})
174174

175-
tests.repo(defaultCommonFactory, {
176-
skip: [
177-
// repo.gc
178-
{
179-
name: 'gc',
180-
reason: 'TODO: repo.gc is not implemented in js-ipfs yet!'
181-
}
182-
]
183-
})
175+
tests.repo(defaultCommonFactory)
184176

185177
tests.stats(defaultCommonFactory)
186178

0 commit comments

Comments
 (0)