Skip to content

Commit

Permalink
disable test in interpreted mono
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed Sep 26, 2022
1 parent 2600d20 commit 53f7a91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1424,6 +1424,7 @@ 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 53f7a91

Please sign in to comment.