Skip to content

Allow integration tests to fail

Volodymyr Yurchenko requested to merge allow-integration-tests-to-fail into master

As discussed in the meeting on 01/02/2024, the integration tests should not block the CI pipeline, as the root cause of the issue may be on the client side. However, the unit tests must pass successfully.

Once this MR is merged, we will activate the "Merge requests -> Pipelines must succeed" option in the settings, to ensure that any new code pushed into the repository will not break the unit tests.

Edited by Volodymyr Yurchenko

Merge request reports