Skip to content

Commit

Permalink
Re-enable tests disabled by issue 10
Browse files Browse the repository at this point in the history
PR dotnet#1502 fixed issue dotnet#10 by implementing UpnEndpointIdentity.
But 2 tests were still disabled by issue 10, so this PR just
re-enables those tests.  Both require manual setup to run, so
we will not see them pass or fail in CI or VSO.
  • Loading branch information
roncain committed Sep 19, 2016
1 parent a2c95ad commit 93e6e7b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ public static void NegotiateStream_Http_With_ExplicitSpn()
[Condition(nameof(Windows_Authentication_Available),
nameof(Root_Certificate_Installed),
nameof(UPN_Available))]
[Issue(10)]
[OuterLoop]
public static void NegotiateStream_Http_With_Upn()
{
Expand Down Expand Up @@ -406,7 +405,6 @@ public static void NegotiateStream_Http_With_ExplicitUserNameAndPassword_With_Sp
nameof(Explicit_Credentials_Available),
nameof(Domain_Available),
nameof(UPN_Available))]
[Issue(10)]
[OuterLoop]
public static void NegotiateStream_Http_With_ExplicitUserNameAndPassword_With_Upn()
{
Expand Down

0 comments on commit 93e6e7b

Please sign in to comment.