# Tenzir Test v1.7.4

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.

## 🐞 Bug Fixes

### Skipped tests preserve existing baseline files

Mar 10, 2026 · [@mavam](https://github.com/mavam), [@codex](https://github.com/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.

[ Download on GitHub ](https://github.com/tenzir/test/releases/tag/v1.7.4)

[Get the release artifacts and source code.](https://github.com/tenzir/test/releases/tag/v1.7.4)