Skip to content

Automatically exclude flaky tests from RSpec jobs

What does this MR do?

Experimentation issue https://gitlab.com/gitlab-org/quality/team-tasks/-/issues/1069.

Tests that are known to be flaky are:

  • skipped if the $SKIP_FLAKY_TESTS_AUTOMATICALLY variable is set to true (false by default)
  • run if $SKIP_FLAKY_TESTS_AUTOMATICALLY variable is not set to true or if the ~"pipeline:run-flaky-tests" label is set on the MR
Edited by Rémy Coutable

Merge request reports