remove failing ws test

This commit is contained in:
Feross Aboukhadijeh 2016-02-29 17:02:36 -08:00
parent a82f5c9878
commit 7893d5c5bf

View File

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