1 / 5
Fill in: 'We ___ flaky tests so they don't block unrelated pull requests.'
-
-
-
-
We 'quarantine' flaky tests — the standard, established CI collocation for isolating them. The other options aren't idiomatic here.
2 / 5
Fill in: 'We ___ a test's pass rate over the last hundred runs to judge flakiness.'
-
-
-
-
We 'track' a pass rate — the standard collocation for monitoring it over time. The other options are less idiomatic here.
3 / 5
Fill in: 'Shared test state between runs can ___ intermittent failures.'
-
-
-
-
We 'cause failures' — the standard collocation for something producing an unwanted outcome. The other options don't fit idiomatically here.
4 / 5
Fill in: 'We ___ the root cause before re-enabling a quarantined test.'
-
-
-
-
We 'confirm' root cause — the standard collocation for verifying an issue before acting. The other options don't fit idiomatically here.
5 / 5
Fill in: 'We ___ retries sparingly since they can mask genuine flakiness.'
-
-
-
-
We 'apply retries' — the standard collocation for using a retry mechanism. The other options are less idiomatic here.