Skip to content

Commit

Permalink
[wasm] Disable some System.Net.Http.Functional.Tests
Browse files Browse the repository at this point in the history
.. for AOT.

dotnet#71877
  • Loading branch information
radical committed May 2, 2023
1 parent 53b4cd0 commit 6d91e96
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public abstract class TelemetryTest : HttpClientHandlerTestBase
public TelemetryTest(ITestOutputHelper output) : base(output) { }

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/71877", typeof(PlatformDetection), nameof(PlatformDetection.IsBrowser), nameof(PlatformDetection.IsMonoAOT))]
public void EventSource_ExistsWithCorrectId()
{
Type esType = typeof(HttpClient).Assembly.GetType("System.Net.Http.HttpTelemetry", throwOnError: true, ignoreCase: false);
Expand Down

0 comments on commit 6d91e96

Please sign in to comment.