Skip to content

Commit

Permalink
restore skipped test (#2952)
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyyangsong authored Oct 30, 2024
1 parent 90dfd31 commit 160a81d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ public void ReferenceCountingTest_Caching()
TestUtilities.AssertFailIfErrors(context);
}

[Fact(Skip = "too long")]
[Fact]
public async Task ReferenceCountingTest_MultiThreaded()
{
var context = new CompareContext($"{this}.ReferenceCountingTest_MultiThreaded");
Expand Down

0 comments on commit 160a81d

Please sign in to comment.