Skip to content

Remove WithBrokenGitSSLCAInfo tests as they no longer function as expected

Arran Walker requested to merge ajwalker/remove-bad-ssl-test into main

What does this MR do?

*WithBrokenGitSSLCAInfo based tests no longer function as expected.

Why was this MR needed?

This was preventing the pipeline from passing.

More work is required, as there's many other tests that are now effectively useless due to updates with git/libcurl where certificate checks fallback to the system even when an invalid certificate is explicitly given.

We need to eventually replace this class of test with a repo being served that doesn't have a system certificate fallback.

What's the best way to test this MR?

Pipeline should pass.

What are the relevant issue numbers?

Related to Update certificate tests to use dumb git http p... (#36944)

Edited by Arran Walker

Merge request reports