Resolved an issue where test failures were not being reported or displayed when using theDocumentation Index
Fetch the complete documentation index at: https://docs.trunk.io/llms.txt
Use this file to discover all available pages before exploring further.
--disable-quarantining flag.
- What was happening: When
--disable-quarantiningwas specified, failing tests were not being compared against quarantine state, preventing failure reporting and causing the CLI to skip displaying test failure information - Root cause: The quarantining check was being applied too broadly, affecting both quarantine state fetching AND test failure context building
- Impact: Users saw no failure output and couldn’t identify which tests were failing when using this flag
- Resolution: Limited the quarantine disabling logic to only apply when fetching quarantine state, not when building test context