Skip to content

Commit

Permalink
Unskip test
Browse files Browse the repository at this point in the history
Seems to work with `net9.0` now.
  • Loading branch information
martincostello committed Sep 15, 2024
1 parent 19a83c2 commit f9bab6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Polly.Core.Tests.Issues;

public partial class IssuesTests
{
[Fact(Timeout = 15_000, Skip = "TODO - Failing under .NET 9 for some reason.")]
[Fact]
public async Task InfiniteRetry_Delay_Does_Not_Overflow_2163()
{
// Arrange
Expand Down

0 comments on commit f9bab6a

Please sign in to comment.