In a CI/CD (Continuous Integration/Continuous Deployment) pipeline, it is a common procedural component that every test must pass for the pipeline to continue its execution. This ensures that only code that meets the quality standards and passes all tests is deployed, thereby reducing the risk of introducing bugs or issues into the production environment. Reference: Cisco DevNet Associate documentation on CI/CD pipeline best practices and procedures.