finish off sprint advisories and sprints
This commit is contained in:
@@ -58,7 +58,7 @@ public sealed class InstanceRateLimiterTests : IDisposable
|
||||
decision.RetryAfterSeconds.Should().BeGreaterThan(0);
|
||||
}
|
||||
|
||||
[Fact(Skip = "SlidingWindowCounter uses Stopwatch.GetTimestamp() internally which doesn't respect FakeTimeProvider. Requires refactoring SlidingWindowCounter to use TimeProvider.")]
|
||||
[Fact]
|
||||
public void TryAcquire_AfterWindowExpires_AllowsAgain()
|
||||
{
|
||||
// Arrange - exhaust the per-second limit
|
||||
|
||||
Reference in New Issue
Block a user