From 7893d5c5bfabb1e747d30943c9d6591a54457db3 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 29 Feb 2016 17:02:36 -0800 Subject: [PATCH] remove failing ws test --- test/client.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/client.js b/test/client.js index 11cd994..9c5ff4f 100644 --- a/test/client.js +++ b/test/client.js @@ -255,7 +255,3 @@ test('http: client announce with numwant', function (t) { test('udp: client announce with numwant', function (t) { testClientAnnounceWithNumWant(t, 'udp') }) - -test('ws: client announce with numwant', function (t) { - testClientAnnounceWithNumWant(t, 'ws') -})