From d52c7fc40624c9c4245d1ae27613df899b3c289c Mon Sep 17 00:00:00 2001 From: Joseph Magly <1159087+jmagly@users.noreply.github.com> Date: Sun, 23 Aug 2026 11:21:27 -0400 Subject: [PATCH] test(ui): classify lifecycle regression as conditional --- tests/test_app_model_lifecycle.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_app_model_lifecycle.py b/tests/test_app_model_lifecycle.py index f1d49fd..15e99cc 100644 --- a/tests/test_app_model_lifecycle.py +++ b/tests/test_app_model_lifecycle.py @@ -5,7 +5,10 @@ from __future__ import annotations import subprocess import sys +import pytest + +@pytest.mark.operator_ui def test_active_checkpoint_survives_cleanup_and_remains_chat_recoverable(tmp_path): """Exercise app state in isolation from Gradio's import-time worker sockets.""" script = r'''