Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Merge pull request #21001 from davidsh/mail_uwp
Browse files Browse the repository at this point in the history
Disable tests in System.Net.Mail for UAP
  • Loading branch information
davidsh authored Jun 13, 2017
2 parents 5de88ea + 9c366a9 commit b140d10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/System.Net.Mail/tests/Functional/LoggingTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public void EventSource_ExistsWithCorrectId()
Assert.NotEmpty(EventSource.GenerateManifest(esType, esType.Assembly.Location));
}

[ActiveIssue(20131, TargetFrameworkMonikers.Uap)]
[Fact]
[SkipOnTargetFramework(TargetFrameworkMonikers.NetFramework, "NetEventSource is only part of .NET Core")]
public void EventSource_EventsRaisedAsExpected()
Expand Down

0 comments on commit b140d10

Please sign in to comment.