Bug Report
Description
The test-and-audit workflow is failing on multiple PRs due to pre-existing issues with the installer test, not related to the PR changes.
Affected PRs
Steps to Reproduce
- Create any PR with code changes
- Wait for CI to run
- The
test-and-audit workflow fails
Expected Behavior
CI should pass for PRs with valid code changes.
Actual Behavior
CI fails due to pre-existing test failures unrelated to the PR content.
Environment
- Workflow:
test-and-audit
- Status: Failing
Additional Context
This appears to be a pre-existing issue with the test configuration, not related to any specific PR changes. The failing tests seem to be checking for outdated registry pins or other configuration that needs updating.
Request
Could you please investigate and fix the pre-existing CI issues so that legitimate PRs can pass CI?
Bug Report
Description
The
test-and-auditworkflow is failing on multiple PRs due to pre-existing issues with the installer test, not related to the PR changes.Affected PRs
Steps to Reproduce
test-and-auditworkflow failsExpected Behavior
CI should pass for PRs with valid code changes.
Actual Behavior
CI fails due to pre-existing test failures unrelated to the PR content.
Environment
test-and-auditAdditional Context
This appears to be a pre-existing issue with the test configuration, not related to any specific PR changes. The failing tests seem to be checking for outdated registry pins or other configuration that needs updating.
Request
Could you please investigate and fix the pre-existing CI issues so that legitimate PRs can pass CI?