Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 8ad64eb

Browse files
committed
fix: only run dht tests
1 parent 23531d2 commit 8ad64eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/interface.spec.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ describe('interface-ipfs-core tests', () => {
129129
})
130130

131131
tests.dht(commonFactory, {
132-
only: [
133-
'should find other peers'
134-
]
132+
only: true
135133
})
136134

137135
tests.files(commonFactory, {

0 commit comments

Comments
 (0)