Remove the quarantine { type: :new } category from end-to-end tests
Why is this change being made?
We discussed in the Quality Department weekly call that tests in the quarantine { type: :new } category ran the risk of never being moved out of quarantine because:
- the tests needed to be monitored and manually moved out of quarantine if they were considered "stable" and
- the tests sometimes failed because of issues unrelated to the tests themselves
We decided to remove the :new category. All new tests will be run unquarantined and will only be quarantined if they are determined to be flaky, broken, etc.
Related MR to remove quarantine { type: :new } from existing tests: gitlab-org/gitlab!30246 (merged)
Does this MR meet the acceptance criteria?
Assign to DRI
-
Did you assign this change to the correct DRI of the page or information you are changing?
Conformity
-
Added description to this MR explaining the reasons for the proposed change, per say-why-not-just-what