Skip to content

Commit

Permalink
restore CacheOverflowTestSequential - takes 1.5s (#2955)
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyyangsong authored Oct 30, 2024
1 parent 594ce69 commit d7d78fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ public async Task CacheOverflowTestMultithreaded()
TestUtilities.AssertFailIfErrors(context);
}

[Fact(Skip = "Large test meant to be run manually.")]
[Fact]
public void CacheOverflowTestSequential()
{
TestUtilities.WriteHeader($"{this}.CacheOverflowTestSequential");
Expand Down

0 comments on commit d7d78fa

Please sign in to comment.