Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPSUpload*WithChecksum test skipped when executed together with Azure or AWS upload tests #57

Open
nzhechev-bosch opened this issue Sep 14, 2022 · 0 comments

Comments

@nzhechev-bosch
Copy link

When only the HTTP test in uploaders package are executed - go test -run TestHTTP -v - they all pass successfully.

If all tests in uploaders package are executed - go test . - all HTTPSUpload*WithChecksum tests are skipped with the message cannot setup test case by adding certificate testdata/valid_cert.pem to system certificate pool.

This only happens when Azure/AWS tests are NOT skipped - i.e. they have their test credentials set .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant