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
The RSpec tests can't currently be run on TravisCI with sudo: false as sadly one of the provider tests fail when this is set. Given how slow tests now run on non-docker TravisCI instances, fixing this would without doubt result in an immediate 50% increase in general health and well-being for any PR contributor.
The text was updated successfully, but these errors were encountered:
For those playing at home, the culprit when invoked on TravisCI is:
`
Failures:
Puppet::Type::Package::ProviderNpm when npm packages are installed globally should log and return no packages if JSON isn't output
Failure/Error: expect(@provider.class.instances).to eq([])
Mocha::ExpectationError:
unexpected invocation: Puppet.debug('Warning: npm list --json exited with code 126')
unsatisfied expectations:
expected exactly once, not yet invoked: Puppet.debug(regexp_matches(/npm list.*failure!/))
`
The RSpec tests can't currently be run on TravisCI with
sudo: falseas sadly one of the provider tests fail when this is set. Given how slow tests now run on non-docker TravisCI instances, fixing this would without doubt result in an immediate 50% increase in general health and well-being for any PR contributor.The text was updated successfully, but these errors were encountered: