diff options
author | Rémy Coutable <remy@rymai.me> | 2019-01-17 11:29:57 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-01-17 11:29:57 +0000 |
commit | 41fba9575774d9a966b506073dbf3e2d0ab19ec2 (patch) | |
tree | ce565716f485808183589e8298cda5a6fd2e7100 /doc | |
parent | e6dea31365aba993ab3bbaa0e4e3d96e5b2213a5 (diff) | |
download | gitlab-ce-41fba9575774d9a966b506073dbf3e2d0ab19ec2.tar.gz |
Apply suggestion to doc/development/testing_guide/flaky_tests.md
Diffstat (limited to 'doc')
-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 88b862d2a3b..58a2e53b486 100644 --- a/doc/development/testing_guide/flaky_tests.md +++ b/doc/development/testing_guide/flaky_tests.md @@ -11,7 +11,7 @@ When a test frequently fails in `master`, [a ~"broken master" issue](https://about.gitlab.com/handbook/engineering/workflow/#broken-master) should be created. If the test cannot be fixed in a timely fashion, there is an impact on the -productivity of all the developers, so you can decide to put it in quarantine by +productivity of all the developers, so it should be placed in quarantine by assigning the `:quarantine` metadata. This means it will be skipped unless run with `--tag quarantine`: |