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') -})