Open deepy opened 3 years ago
Can be disabled with NPM_CONFIG_AUDIT
Setting the ENV
on the entire workflow didn't help and neither did adding a .npmrc
with audit = "false"
NpmProxy_integTest
fails consistently for me locally, first run of install packages using proxy
fails, second works.
If I replace proxyMockServer = startClientAndServer(PortFactory.findFreePort())
with any port at all, both tests pass
Possibly unrelated, but github is turning off non-HTTPS access to npm soon https://github.blog/2021-08-23-npm-registry-deprecating-tls-1-0-tls-1-1/
It was the non-HTTPS access
Configuration documentation https://www.mock-server.com/mock_server/configuration_properties.html
With no changes in the code we've started getting failures like this:
We probably just need to disable audits in the integration tests since we're mocking for proxy testing purposes.