From bb8986eecb62fa7c31c538348f16122cedfa56bc Mon Sep 17 00:00:00 2001 From: Brian Robbins Date: Mon, 18 Sep 2017 16:00:24 -0700 Subject: [PATCH] Disable Test_Write_Metric_eventListener on UWP. --- .../tests/BasicEventSourceTest/TestEventCounter.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestEventCounter.cs b/src/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestEventCounter.cs index 281fae85abb9..1f655227ea72 100644 --- a/src/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestEventCounter.cs +++ b/src/System.Diagnostics.Tracing/tests/BasicEventSourceTest/TestEventCounter.cs @@ -44,6 +44,7 @@ public void Error() [Fact] [SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, reason: "https://github.com/dotnet/corefx/issues/23661")] + [ActiveIssue("https://github.com/dotnet/corefx/issues/22791", TargetFrameworkMonikers.UapAot)] public void Test_Write_Metric_EventListener() { using (var listener = new EventListenerListener())