diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-10-18 12:13:41 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-10-18 12:13:41 +0000 |
commit | 1e88fd9da8572e256a61f0307a5099653735730b (patch) | |
tree | d3f2bf7ed543bfb38da0b9b1fe7508d02d3fd2e9 /doc/development/testing_guide/flaky_tests.md | |
parent | f047727bf270fc9a64e3420a0c23760962b38f14 (diff) | |
download | gitlab-ce-1e88fd9da8572e256a61f0307a5099653735730b.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/testing_guide/flaky_tests.md b/doc/development/testing_guide/flaky_tests.md index bfcd68dbaf3..9489020de5d 100644 --- a/doc/development/testing_guide/flaky_tests.md +++ b/doc/development/testing_guide/flaky_tests.md @@ -37,9 +37,9 @@ bin/rspec --tag quarantine Once a test is in quarantine, there are 3 choices: -- Should the test be fixed (i.e. get rid of its flakiness)? +- Should the test be fixed (that is, get rid of its flakiness)? - Should the test be moved to a lower level of testing? -- Should the test be removed entirely (e.g. because there's already a +- Should the test be removed entirely (for example, because there's already a lower-level test, or it's duplicating another same-level test, or it's testing too much etc.)? |