We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e23f96 commit 13fab86Copy full SHA for 13fab86
test/rateLimiters/slidingWindowCounter.test.ts
@@ -35,7 +35,7 @@ async function setTokenCountInClient(
35
await redisClient.set(uuid, JSON.stringify(value));
36
}
37
38
-describe('Test TokenBucket Rate Limiter', () => {
+xdescribe('Test SlidingWindowCounter Rate Limiter', () => {
39
beforeEach(async () => {
40
// init a mock redis cache
41
client = new RedisMock();
0 commit comments