diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-06 18:08:40 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-06 18:08:40 +0000 |
commit | 1f5e09ed6082d079dfebef92f69630c10f78c844 (patch) | |
tree | 5ef925fe6d08f2a042e47c2a9e1c40238ca8211c /doc/development/testing_guide/flaky_tests.md | |
parent | 78782cd1eb5273265668ca3e438bb8cbb1344004 (diff) | |
download | gitlab-ce-1f5e09ed6082d079dfebef92f69630c10f78c844.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/testing_guide/flaky_tests.md')
-rw-r--r-- | doc/development/testing_guide/flaky_tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/testing_guide/flaky_tests.md b/doc/development/testing_guide/flaky_tests.md index 762342a5341..a7a5e7a97d5 100644 --- a/doc/development/testing_guide/flaky_tests.md +++ b/doc/development/testing_guide/flaky_tests.md @@ -151,7 +151,7 @@ usually a good idea. ## Quarantined tests -When a test fails in `master`, +When we have a flaky test in `master`, quarantine the test after the first failure and create [a ~"failure::flaky-test" issue](https://about.gitlab.com/handbook/engineering/workflow/#broken-master). If the test cannot be fixed in a timely fashion, there is an impact on the |