Skip to content

Commit

Permalink
test: enable 'ipfs-api version' tests on windows (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider authored and daviddias committed Nov 16, 2017
1 parent 2495f8c commit 381ac1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"detect-node": "^2.0.3",
"eslint-config-standard-jsx": "^4.0.2",
"go-ipfs-dep": "0.4.11",
"ipfs-api": "^14.3.5",
"ipfs-api": "^15.1.0",
"multiaddr": "^3.0.1",
"once": "^1.4.0",
"rimraf": "^2.6.2",
Expand Down
8 changes: 0 additions & 8 deletions test/spawning-daemons.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const exec = require('../src/exec')
const ipfsd = require('../src')

const isWindows = os.platform() === 'win32'

describe('daemon spawning', function () {
this.timeout(60 * 1000)

Expand Down Expand Up @@ -334,13 +333,6 @@ describe('daemon spawning', function () {
})
})

// skip on windows for now
// https://github.com/ipfs/js-ipfsd-ctl/pull/155#issuecomment-326970190
// fails on windows see https://github.com/ipfs/js-ipfs-api/issues/408
if (isWindows) {
return it.skip('uses the correct ipfs-api')
}

it('uses the correct ipfs-api', (done) => {
ipfs.util.addFromFs(path.join(__dirname, 'fixtures/'), {
recursive: true
Expand Down

0 comments on commit 381ac1c

Please sign in to comment.