Skip to content

Commit

Permalink
Skip SiloGracefulShutdown_PendingRequestTimers for now (#6425)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1f37cbf)
  • Loading branch information
benjaminpetit authored and sergeybykov committed Mar 25, 2020
1 parent 56e75a7 commit 6352a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Tester/Forwarding/ShutdownSiloTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public ShutdownSiloTests()
this.EnsurePreconditionsMet();
}

[SkippableFact, TestCategory("Forward"), TestCategory("Functional")]
[Fact(Skip = "https://github.com/dotnet/orleans/issues/2287"), TestCategory("Forward"), TestCategory("Functional")]
public async Task SiloGracefulShutdown_ForwardPendingRequest()
{
var grain = await GetLongRunningTaskGrainOnSecondary<bool>();
Expand Down

0 comments on commit 6352a2a

Please sign in to comment.