Skip to content

Commit

Permalink
fixup! REMOVE ME: skip tests that are not working anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Nov 19, 2023
1 parent 4dea7b9 commit bd43a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ describe('server LRU', function () {
client.send(message, 0, message.length, port, '127.0.0.1')
}

it.skip('should remove old packets after < exchangeLifetime x 1.5', function (done) {
it('should remove old packets after < exchangeLifetime x 1.5', function (done) {
send(generate(packet))
server.on('request', (req, res) => {
res.end()
Expand Down

0 comments on commit bd43a43

Please sign in to comment.