From 0b54f87a31c23544ca5917bf772ce9c64a61562c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 11 May 2023 12:12:30 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/development/testing_guide/flaky_tests.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/development/testing_guide/flaky_tests.md') diff --git a/doc/development/testing_guide/flaky_tests.md b/doc/development/testing_guide/flaky_tests.md index d8bdc56f265..40be7a7d094 100644 --- a/doc/development/testing_guide/flaky_tests.md +++ b/doc/development/testing_guide/flaky_tests.md @@ -193,6 +193,8 @@ This means it is skipped unless run with `--tag quarantine`: bin/rspec --tag quarantine ``` +After the long-term quarantining MR has reached production, you should revert the fast-quarantine MR you created earlier. + ### Jest For Jest specs, you can use the `.skip` method along with the `eslint-disable-next-line` comment to disable the `jest/no-disabled-tests` ESLint rule and include the issue URL. Here's an example: -- cgit v1.2.1