Skip to content

Commit

Permalink
Temporary disable pkcs enveloped cms test for unix (expired key conta…
Browse files Browse the repository at this point in the history
…iner)
  • Loading branch information
Fasjeit committed Jun 6, 2022
1 parent 46f1946 commit be74388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit be74388

@Fasjeit
Copy link
Collaborator Author

@Fasjeit Fasjeit commented on be74388 Jun 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#56

Please sign in to comment.