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

Commit a95a729

Browse files
committed
chore: enable bitswap tests on windows
resolves #1313 License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent ef88831 commit a95a729

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/core/bitswap.spec.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ const createTempRepo = require('../utils/create-repo-nodejs.js')
2323

2424
const IPFS = require('../../src/core')
2525

26-
// TODO bitswap tests on windows is failing, missing proper shutdown of daemon
27-
// https://github.com/ipfs/js-ipfsd-ctl/pull/205
28-
const isWindows = require('../utils/platforms').isWindows
29-
const skipOnWindows = isWindows() ? describe.skip : describe
30-
3126
function makeBlock (callback) {
3227
const d = Buffer.from(`IPFS is awesome ${Math.random()}`)
3328

@@ -92,7 +87,7 @@ function addNode (fDaemon, inProcNode, callback) {
9287
})
9388
}
9489

95-
skipOnWindows('bitswap', function () {
90+
describe('bitswap', function () {
9691
this.timeout(80 * 1000)
9792

9893
let inProcNode // Node spawned inside this process

0 commit comments

Comments
 (0)