Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

This release fixes how skipped tests interact with baseline files. Existing baselines now stay untouched when you skip tests, which prevents unrelated baseline churn and avoids false failures when you toggle skip conditions.

Skipped tests preserve existing baseline files

Section titled “Skipped tests preserve existing baseline files”

Mar 10, 2026 · @mavam, @codex

Skipping a test no longer modifies its baseline file. Previously, running with --update would overwrite the baseline of a skipped test with an empty file, and running without --update would fail if the baseline was non-empty. Skipped tests now leave existing baselines untouched, so toggling a skip condition no longer causes unrelated baseline churn.