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

Commit 5178f9e

Browse files
committed
Debug failing daemon test
License: MIT Signed-off-by: Victor Bjelkholm <[email protected]>
1 parent 9aed099 commit 5178f9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/cli/daemon.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe('daemon', () => {
6464

6565
afterEach(() => clean(repoPath))
6666

67-
skipOnWindows('do not crash if Addresses.Swarm is empty', function (done) {
67+
skipOnWindows.only('do not crash if Addresses.Swarm is empty', function (done) {
6868
this.timeout(100 * 1000)
6969
// These tests are flaky, but retrying 3 times seems to make it work 99% of the time
7070
this.retries(3)
@@ -82,6 +82,7 @@ describe('daemon', () => {
8282
}, 1000 * 120)
8383
res.stdout.on('data', (data) => {
8484
const line = data.toString()
85+
console.log(line)
8586
if (line.includes('Daemon is ready')) {
8687
clearInterval(timeout)
8788
res.kill()

0 commit comments

Comments
 (0)