From 849fd2497bad6544b4021df1ecac61577a484e1e Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Wed, 16 Sep 2020 13:24:14 +0200 Subject: [PATCH] try to only it on win --- test/networked.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/networked.js b/test/networked.js index c8b091a..144d49f 100644 --- a/test/networked.js +++ b/test/networked.js @@ -459,7 +459,7 @@ test('can read a live stream', async t => { t.end() }) -test('can watch downloads and appends', async t => { +test.only('can watch downloads and appends', async t => { const { clients, cleanup } = await createMany(2) const client1 = clients[0]