Skip to content

Commit

Permalink
Revert "disable test in interpreted mono"
Browse files Browse the repository at this point in the history
This reverts commit 53f7a91.
  • Loading branch information
eiriktsarpalis committed Sep 26, 2022
1 parent 53f7a91 commit 85d39d4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,6 @@ public async Task TestClassWithDefaultCtorParams()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/76093", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoInterpreter))]
public async Task TestClassWithManyConstructorParameters()
{
ClassWithManyConstructorParameters value = ClassWithManyConstructorParameters.Create();
Expand Down

0 comments on commit 85d39d4

Please sign in to comment.