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

Commit

Permalink
test: basic DHT test for fetching a file
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed May 19, 2017
1 parent 694466a commit 8faa1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/kad-dht.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const parallel = require('async/parallel')
const Buffer = require('safe-buffer')
const IPFSFactory = require('../utils/ipfs-factory-instance')

describe.skip('verify that kad-dht is doing its thing', () => {
describe('verify that kad-dht is doing its thing', () => {
let factory
let nodeA
let nodeB
Expand Down

0 comments on commit 8faa1e3

Please sign in to comment.