Recently we’ve had some failures in Appveyor for a couple of different reasons.
- On June 5th, Appveyor rolled out PowerShell 5 to their build agents which
- broke some tests in Chef (tests pended in #4998 and #5001).
- broke the PowerShell Compatible Version detection and functional test in Ohai (#831)
We are also seeing some failures in several projects where bundler is erroring installing gems. It looks like a problem with the rubygems version on the build workers, as that is the main difference I see between successful test runs and projects that are failing. I’ll investigating and will be getting PRs out to fix the failing Appveyor builds after I confirm a resolution.