Skip to content

Commit

Permalink
[wasm] Disable `System.Diagnostics.Tests.ActivityTests.IdGenerationIn…
Browse files Browse the repository at this point in the history
…ternalParent` (#46875)

throws `System.PlatformNotSupportedException : Cannot wait on monitors on this runtime.`

Partially fixes #46768
  • Loading branch information
radical authored Jan 12, 2021
1 parent 79e0e27 commit 699d3d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void ActivityIdNonHierarchicalOverflow()
Assert.DoesNotContain('#', activity.Id);
}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
public void IdGenerationInternalParent()
{
var parent = new Activity("parent");
Expand Down

0 comments on commit 699d3d6

Please sign in to comment.