Flaky Test - CI/CD Glossary Definition
A flaky test passes and fails on the same code due to nondeterminism (races, timing, external services). Flakiness erodes trust in CI.
Related guides
Flaky Tests in CI: Causes, Detection, and ContainmentWhat makes tests flaky, how to detect flakiness, and how to contain it with quarantines and bounded retries w…
Self-Healing CI: Containing Flaky Tests Without Hiding Real BugsFlaky tests fail intermittently with no code change. Learn how to identify them and how self-healing CI retri…