# Editing a test no longer stops an active run

> Teammates can edit a test case while a run is in progress without killing the run.

Source: https://qa.tech/changelog/2026-03-31-editing-test-doesnt-stop-active-run · Published: 2026-03-31

---
If a teammate opened the editor for a test that was currently executing in a run, the run could be terminated unexpectedly because the editor was reusing the test's session. The editor now leaves running sessions alone, so concurrent editing and execution don't fight each other.
