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
Some of the tests currently use services like AWS S3 etc, and hence the travis configuration needs us to give sensitive keys as environment variable.
As a result, the tests running on pull requests by external contributors etc fail.
We should replace all such service instance by mock service.
For instance all AWS S3 related stuff could be proxied through this S3 mock service : https://github.com/jkrall/mock-aws-s3