test: remove UDP request handler test -- not possible

This commit is contained in:
Feross Aboukhadijeh 2017-03-10 13:39:02 -08:00
parent 992cd77fc7
commit 51b57f66cf

View File

@ -59,10 +59,8 @@ test('http: request handler option intercepts announce requests and responses',
testRequestHandler(t, 'http') testRequestHandler(t, 'http')
}) })
test('udp: request handler option intercepts announce requests and responses', function (t) {
testRequestHandler(t, 'udp')
})
test('ws: request handler option intercepts announce requests and responses', function (t) { test('ws: request handler option intercepts announce requests and responses', function (t) {
testRequestHandler(t, 'ws') testRequestHandler(t, 'ws')
}) })
// NOTE: it's not possible to include extra data in a UDP response, because it's compact and accepts only params that are in the spec!