Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-01-17 14:29:57 +0300
committerRémy Coutable <remy@rymai.me>2019-01-17 14:29:57 +0300
commit41fba9575774d9a966b506073dbf3e2d0ab19ec2 (patch)
treece565716f485808183589e8298cda5a6fd2e7100 /doc/development/testing_guide/flaky_tests.md
parente6dea31365aba993ab3bbaa0e4e3d96e5b2213a5 (diff)
Apply suggestion to doc/development/testing_guide/flaky_tests.md
Diffstat (limited to 'doc/development/testing_guide/flaky_tests.md')
-rw-r--r--doc/development/testing_guide/flaky_tests.md2
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`: