From 84e754abfe0ac7cc896337c3e1390fae382b23cc Mon Sep 17 00:00:00 2001 From: Mitchell Hwang Date: Fri, 9 Apr 2021 10:21:34 -0400 Subject: [PATCH] [Android][libraries] Add System.Net.Sockets ActiveIssue EventSource 50568 --- .../System.Net.Sockets/tests/FunctionalTests/LoggingTest.cs | 1 + .../System.Net.Sockets/tests/FunctionalTests/TelemetryTest.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/src/libraries/System.Net.Sockets/tests/FunctionalTests/LoggingTest.cs b/src/libraries/System.Net.Sockets/tests/FunctionalTests/LoggingTest.cs index a683bc3544c0a..a8cf9e0c36956 100644 --- a/src/libraries/System.Net.Sockets/tests/FunctionalTests/LoggingTest.cs +++ b/src/libraries/System.Net.Sockets/tests/FunctionalTests/LoggingTest.cs @@ -20,6 +20,7 @@ public LoggingTest(ITestOutputHelper output) } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/50568", TestPlatforms.Android)] public static void EventSource_ExistsWithCorrectId() { Type esType = typeof(Socket).Assembly.GetType("System.Net.NetEventSource", throwOnError: true, ignoreCase: false); diff --git a/src/libraries/System.Net.Sockets/tests/FunctionalTests/TelemetryTest.cs b/src/libraries/System.Net.Sockets/tests/FunctionalTests/TelemetryTest.cs index e8dddf1fec8c7..ad17579f90e6a 100644 --- a/src/libraries/System.Net.Sockets/tests/FunctionalTests/TelemetryTest.cs +++ b/src/libraries/System.Net.Sockets/tests/FunctionalTests/TelemetryTest.cs @@ -24,6 +24,7 @@ public TelemetryTest(ITestOutputHelper output) } [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/50568", TestPlatforms.Android)] public static void EventSource_ExistsWithCorrectId() { Type esType = typeof(Socket).Assembly.GetType("System.Net.Sockets.SocketsTelemetry", throwOnError: true, ignoreCase: false);