Skip to content

Commit 38ddcdc

Browse files
authored
restore CacheOverflowTestMultithreaded as it took 67 ms and is no longer large test only for running manually (#2953)
1 parent d7d78fa commit 38ddcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.IdentityModel.Tokens.Tests/EventBasedLRUCacheTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ internal bool IsDescending(LinkedList<LRUCacheItem<int, string>> data)
359359
return true;
360360
}
361361

362-
[Fact(Skip = "Large test meant to be run manually.")]
362+
[Fact]
363363
public async Task CacheOverflowTestMultithreaded()
364364
{
365365
TestUtilities.WriteHeader($"{this}.CacheOverflowTestMultithreaded");

0 commit comments

Comments
 (0)