Skip to content

Commit 565ed08

Browse files
committed
chore: re-enable disabled dht test
1 parent 53f19cc commit 565ed08

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

test/interface-tests.spec.js

+1-12
Original file line numberDiff line numberDiff line change
@@ -151,18 +151,7 @@ describe('kubo-rpc-client tests against Kubo', function () {
151151
]
152152
})
153153

154-
tests.dht(commonFactory, {
155-
skip: [
156-
...[
157-
'.dht.put', 'should put a value to the DHT',
158-
'.dht.get', 'should respect timeout option when getting a value from the DHT'
159-
].map((name) => ({ reason: brokenDuringKuboRpcClientMigration, name })),
160-
{
161-
name: 'should error when DHT not available',
162-
reason: 'go returns a query error'
163-
}
164-
]
165-
})
154+
tests.dht(commonFactory)
166155

167156
tests.files(commonFactory, {
168157
skip: [

0 commit comments

Comments
 (0)