Skip to content

Commit

Permalink
Properly disable test on mono (dotnet#38615)
Browse files Browse the repository at this point in the history
Fix issue link for wasm specific limitation.
  • Loading branch information
BrzVlad authored Jun 30, 2020
1 parent 60ca9da commit 061f158
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,8 @@ public void DisposeTwiceShouldNotThrow()
bw.Dispose();
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/37136", typeof(PlatformDetection), nameof(PlatformDetection.IsNotMonoInterpreter))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/37136", TestPlatforms.Browser)]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsPreciseGcSupported))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/38283", TestPlatforms.Browser)]
public void TestFinalization()
{
// BackgroundWorker has a finalizer that exists purely for backwards compatibility
Expand Down

0 comments on commit 061f158

Please sign in to comment.