Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Navara <navara@emclient.com>2022-05-16 19:51:41 +0300
committerGitHub <noreply@github.com>2022-05-16 19:51:41 +0300
commite6206881c123cf587ecd90a71569cb34de7e64e7 (patch)
treed18c2287dec11b8e91bfd579a6e61212a3956e9e /src/libraries/System.Net.Security/tests/UnitTests
parent8d2cc63124253aace6c59e11e3cfc9c07e70e27f (diff)
Update ActiveIIssue on NtlmSignatureTest (#69389)
Diffstat (limited to 'src/libraries/System.Net.Security/tests/UnitTests')
-rw-r--r--src/libraries/System.Net.Security/tests/UnitTests/NTAuthenticationTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libraries/System.Net.Security/tests/UnitTests/NTAuthenticationTests.cs b/src/libraries/System.Net.Security/tests/UnitTests/NTAuthenticationTests.cs
index 4f3298414b8..5a9009db3f3 100644
--- a/src/libraries/System.Net.Security/tests/UnitTests/NTAuthenticationTests.cs
+++ b/src/libraries/System.Net.Security/tests/UnitTests/NTAuthenticationTests.cs
@@ -108,7 +108,7 @@ namespace System.Net.Security.Tests
}
[ConditionalFact(nameof(IsNtlmInstalled))]
- [ActiveIssue("https://github.com/dotnet/runtime/issues/65678", TestPlatforms.OSX)]
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/65678", TestPlatforms.OSX | TestPlatforms.iOS | TestPlatforms.MacCatalyst)]
public void NtlmSignatureTest()
{
FakeNtlmServer fakeNtlmServer = new FakeNtlmServer(s_testCredentialRight);