You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The text was updated successfully, but these errors were encountered:
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 .
The text was updated successfully, but these errors were encountered: