Skip to content

Commit 160a81d

Browse files
authored
restore skipped test (#2952)
1 parent 90dfd31 commit 160a81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ public void ReferenceCountingTest_Caching()
923923
TestUtilities.AssertFailIfErrors(context);
924924
}
925925

926-
[Fact(Skip = "too long")]
926+
[Fact]
927927
public async Task ReferenceCountingTest_MultiThreaded()
928928
{
929929
var context = new CompareContext($"{this}.ReferenceCountingTest_MultiThreaded");

0 commit comments

Comments
 (0)