Skip to content

Enable git protocol v2 test - take two

Mark Lapierre requested to merge really-enable-those-tests into master

Previously I tried to enable the git protocol v2 tests, but it didn't work. The tests will run when QA_CAN_TEST_GIT_PROTOCOL_V2 is unset, and so I removed the variable.

The problem is that the variable is set to false in included CI config.

This change explicitly sets the value to true for this pipeline.

Merge request reports