Skip to content

Commit d7d78fa

Browse files
authored
restore CacheOverflowTestSequential - takes 1.5s (#2955)
1 parent 594ce69 commit d7d78fa

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
@@ -386,7 +386,7 @@ public async Task CacheOverflowTestMultithreaded()
386386
TestUtilities.AssertFailIfErrors(context);
387387
}
388388

389-
[Fact(Skip = "Large test meant to be run manually.")]
389+
[Fact]
390390
public void CacheOverflowTestSequential()
391391
{
392392
TestUtilities.WriteHeader($"{this}.CacheOverflowTestSequential");

0 commit comments

Comments
 (0)