@@ -134,7 +134,7 @@ public async Task TestAnonymousAuthenticationWithDelegate()
134134 await ValidateNullUser ( ) ;
135135 }
136136
137- [ ConditionalFact ( nameof ( Helpers ) + "." + nameof ( Helpers . IsWindowsImplementation ) ) ] // [ActiveIssue(20101, TestPlatforms.AnyUnix )]
137+ [ ConditionalFact ( nameof ( Helpers ) + "." + nameof ( Helpers . IsWindowsImplementation ) ) ] // [PlatformSpecific( TestPlatforms.Windows, "Managed impl doesn't support NTLM" )]
138138 [ ActiveIssue ( 20096 ) ]
139139 public async Task NtlmAuthentication_Conversation_ReturnsExpectedType2Message ( )
140140 {
@@ -157,7 +157,7 @@ public static IEnumerable<object[]> InvalidNtlmNegotiateAuthentication_TestData(
157157 yield return new object [ ] { "abcd" , HttpStatusCode . BadRequest } ;
158158 }
159159
160- [ ConditionalTheory ( nameof ( Helpers ) + "." + nameof ( Helpers . IsWindowsImplementation ) ) ] // [ActiveIssue(20101, TestPlatforms.AnyUnix )]
160+ [ ConditionalFact ( nameof ( Helpers ) + "." + nameof ( Helpers . IsWindowsImplementation ) ) ] // [PlatformSpecific( TestPlatforms.Windows, "Managed impl doesn't support NTLM" )]
161161 [ ActiveIssue ( 20096 ) ]
162162 [ MemberData ( nameof ( InvalidNtlmNegotiateAuthentication_TestData ) ) ]
163163 public async Task NtlmAuthentication_InvalidRequestHeaders_ReturnsExpectedStatusCode ( string header , HttpStatusCode statusCode )
@@ -180,7 +180,7 @@ public async Task NtlmAuthentication_InvalidRequestHeaders_ReturnsExpectedStatus
180180 }
181181 }
182182
183- [ ConditionalFact ( nameof ( Helpers ) + "." + nameof ( Helpers . IsWindowsImplementation ) ) ] // [ActiveIssue(20101, TestPlatforms.AnyUnix )]
183+ [ ConditionalFact ( nameof ( Helpers ) + "." + nameof ( Helpers . IsWindowsImplementation ) ) ] // [PlatformSpecific( TestPlatforms.Windows, "Managed impl doesn't support Negotiate" )]
184184 [ ActiveIssue ( 20096 ) ]
185185 public async Task NegotiateAuthentication_Conversation_ReturnsExpectedType2Message ( )
186186 {
@@ -195,7 +195,7 @@ public async Task NegotiateAuthentication_Conversation_ReturnsExpectedType2Messa
195195 }
196196 }
197197
198- [ ConditionalTheory ( nameof ( Helpers ) + "." + nameof ( Helpers . IsWindowsImplementation ) ) ] // [ActiveIssue(20101, TestPlatforms.AnyUnix )]
198+ [ ConditionalFact ( nameof ( Helpers ) + "." + nameof ( Helpers . IsWindowsImplementation ) ) ] // [PlatformSpecific( TestPlatforms.Windows, "Managed impl doesn't support Negotiate" )]
199199 [ ActiveIssue ( 20096 ) ]
200200 [ MemberData ( nameof ( InvalidNtlmNegotiateAuthentication_TestData ) ) ]
201201 public async Task NegotiateAuthentication_InvalidRequestHeaders_ReturnsExpectedStatusCode ( string header , HttpStatusCode statusCode )
0 commit comments