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

Commit

Permalink
fix: Addresses.Swarm is empty since we cant stop daemon on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Feb 27, 2018
1 parent 72fdde4 commit 5925ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli/daemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('daemon', () => {

afterEach(() => clean(repoPath))

it('do not crash if Addresses.Swarm is empty', function (done) {
skipOnWindows('do not crash if Addresses.Swarm is empty', function (done) {
this.timeout(100 * 1000)

ipfs('init').then(() => {
Expand Down

0 comments on commit 5925ecc

Please sign in to comment.