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

chore: update comment about skipping the DHT test #2340

Merged
merged 1 commit into from
Aug 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/cli/dht.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const daemonOpts = {
initOptions: { bits: 512 }
}

// TODO: unskip when DHT is enabled in 0.36
// TODO: unskip when DHT is enabled: https://github.com/ipfs/js-ipfs/pull/1994
describe.skip('dht', () => {
const nodes = []
let ipfsA
Expand Down
2 changes: 1 addition & 1 deletion test/core/dht.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const isNode = require('detect-node')
const IPFSFactory = require('ipfsd-ctl')
const IPFS = require('../../src/core')

// TODO: unskip when DHT is enabled in 0.36
// TODO: unskip when DHT is enabled: https://github.com/ipfs/js-ipfs/pull/1994
describe.skip('dht', () => {
describe('enabled', () => {
let ipfsd, ipfs
Expand Down
2 changes: 1 addition & 1 deletion test/core/interface.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('interface-ipfs-core tests', function () {
}
}), {
skip: {
reason: 'TODO: unskip when DHT is enabled in 0.36'
reason: 'TODO: unskip when DHT is enabled: https://github.com/ipfs/js-ipfs/pull/1994'
}
})

Expand Down
2 changes: 1 addition & 1 deletion test/core/name.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe('name', function () {
})
})

// TODO: unskip when DHT is enabled in 0.36
// TODO: unskip when DHT is enabled: https://github.com/ipfs/js-ipfs/pull/1994
describe.skip('work with dht', () => {
let nodes
let nodeA
Expand Down
2 changes: 1 addition & 1 deletion test/core/ping.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ describe('ping', function () {
})
})

// TODO: unskip when DHT enabled in 0.36
// TODO: unskip when DHT is enabled: https://github.com/ipfs/js-ipfs/pull/1994
describe.skip('DHT enabled', function () {
// Our bootstrap process will run 3 IPFS daemons where
// A ----> B ----> C
Expand Down
2 changes: 1 addition & 1 deletion test/http-api/inject/dht.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const expect = chai.expect
chai.use(dirtyChai)

module.exports = (http) => {
// TODO: unskip when DHT is enabled in 0.36
// TODO: unskip when DHT is enabled: https://github.com/ipfs/js-ipfs/pull/1994
describe.skip('/dht', () => {
let api

Expand Down
2 changes: 1 addition & 1 deletion test/http-api/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('interface-ipfs-core over ipfs-http-client tests', () => {
}
}), {
skip: {
reason: 'TODO: unskip when DHT is enabled in 0.36'
reason: 'TODO: unskip when DHT is enabled: https://github.com/ipfs/js-ipfs/pull/1994'
}
})

Expand Down