Skip to content

Commit

Permalink
test: remove UDP request handler test -- not possible
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Mar 10, 2017
1 parent 992cd77 commit 51b57f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/request-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@ test('http: request handler option intercepts announce requests and responses',
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) {
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!

0 comments on commit 51b57f6

Please sign in to comment.