Skip to content

Commit 8c18b7b

Browse files
authored
Skip UPN tests with open issues (#4976)
1 parent 64a0c89 commit 8c18b7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/System.Private.ServiceModel/tests/Scenarios/Security/TransportSecurity/Negotiate/NegotiateStream_Http_Tests.4.1.0.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ public static void NegotiateStream_Http_With_ExplicitSpn()
256256
}
257257

258258
[WcfFact]
259+
[Issue(2805)]
260+
[Issue(25320, Repository = "dotnet/runtime")]
259261
[Condition(nameof(Windows_Authentication_Available),
260262
nameof(Root_Certificate_Installed),
261263
nameof(UPN_Available))]
@@ -354,6 +356,8 @@ public static void NegotiateStream_Http_With_ExplicitUserNameAndPassword_With_Sp
354356
}
355357

356358
[WcfFact]
359+
[Issue(2805)]
360+
[Issue(25320, Repository = "dotnet/runtime")]
357361
[Condition(nameof(Windows_Authentication_Available),
358362
nameof(Root_Certificate_Installed),
359363
nameof(Explicit_Credentials_Available),

0 commit comments

Comments
 (0)