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 84a6d53 commit cebe145Copy full SHA for cebe145
src/Polly.Core/Retry/RetryResilienceStrategy.cs
@@ -87,6 +87,7 @@ protected override async ValueTask<Outcome<T>> ExecuteCallbackAsync<TState>(Func
87
}
88
89
// stryker disable once equality : no means to test this
90
+ // stryker disable once boolean : no means to test this
91
if (delay > TimeSpan.Zero)
92
{
93
try
0 commit comments