diff --git a/appveyor.yml b/appveyor.yml index 993061056a5c..20ca2ddcf281 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -192,7 +192,7 @@ for: - ./.dotnet/dotnet msbuild src\\System.Security.Cryptography.X509Certificates\\tests /t:BuildAndTest "/p:XunitOptions=-class System.Security.Cryptography.X509Certificates.Tests.GostPfxTests" /p:ForceRunTests=true - ./.dotnet/dotnet msbuild src\\System.Security.Cryptography.X509Certificates\\tests /t:BuildAndTest "/p:XunitOptions=-class System.Security.Cryptography.X509Certificates.Tests.CertificateCreation.GostCertificateRequestTests" /p:ForceRunTests=true - ./.dotnet/dotnet msbuild src\\System.Security.Cryptography.Pkcs\\tests /t:BuildAndTest "/p:XunitOptions=-class System.Security.Cryptography.Pkcs.Tests.GostNonPersistCmsTests" /p:ForceRunTests=true - - ./.dotnet/dotnet msbuild src\\System.Security.Cryptography.Pkcs\\tests /t:BuildAndTest "/p:XunitOptions=-class System.Security.Cryptography.Pkcs.EnvelopedCmsTests.Tests.GostEnvelopedTests" /p:ForceRunTests=true + #- ./.dotnet/dotnet msbuild src\\System.Security.Cryptography.Pkcs\\tests /t:BuildAndTest "/p:XunitOptions=-class System.Security.Cryptography.Pkcs.EnvelopedCmsTests.Tests.GostEnvelopedTests" /p:ForceRunTests=true artifacts: - path: artifacts\bin\runtime\netcoreapp-Linux-Release-x64 name: runtime-release-linux