Skip to content

Commit

Permalink
Disable Test_Write_Metric_eventListener on UWP. (dotnet/corefx#24127)
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/corefx@72d769c
  • Loading branch information
brianrob authored Sep 19, 2017
1 parent fcfa833 commit 77bf354
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 77bf354

Please sign in to comment.