Skip to content

Commit

Permalink
Enable UpnEndpointIdentity tests on UWP
Browse files Browse the repository at this point in the history
  • Loading branch information
mconnew committed Sep 16, 2016
1 parent 6a0aa8a commit dac98a7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public static class UpnEndpointIdentityTest
[WcfTheory]
[InlineData("")]
[InlineData("test@wcf.example.com")]
[Issue(1454, Framework = FrameworkID.NetNative)]
public static void Ctor_UpnName(string upn)
{
UpnEndpointIdentity upnEndpointEntity = new UpnEndpointIdentity(upn);
Expand Down

0 comments on commit dac98a7

Please sign in to comment.