Skip to content

Commit

Permalink
restore CacheOverflowTestMultithreaded as it took 67 ms and is no lon…
Browse files Browse the repository at this point in the history
…ger large test only for running manually (#2953)
  • Loading branch information
kllysng authored Oct 30, 2024
1 parent d7d78fa commit 38ddcdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ internal bool IsDescending(LinkedList<LRUCacheItem<int, string>> data)
return true;
}

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

0 comments on commit 38ddcdc

Please sign in to comment.