From 15b9ddb35411cf91322ce8b290acff3c2a4e5806 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 21 Jun 2024 18:16:52 +0200 Subject: [PATCH] fixup! test: skip tests failing due to sinon --- test/server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/server.ts b/test/server.ts index 249abf8d..b368d2ae 100644 --- a/test/server.ts +++ b/test/server.ts @@ -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()