Skip to content

Commit

Permalink
fixup! test: skip tests failing due to sinon
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jun 21, 2024
1 parent cae5bb1 commit 15b9ddb
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 @@ -1219,7 +1219,7 @@ describe('server LRU', function () {
}

// FIXME: Remaining TTL calculation currently does not work for some reason
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 15b9ddb

Please sign in to comment.