From 6a8b756bc014e866f4e6bbdd58b95c16d1b817d7 Mon Sep 17 00:00:00 2001 From: Nathan Nowack Date: Sat, 14 Oct 2023 19:36:37 -0500 Subject: [PATCH] mark test as flaky --- tests/test_components/test_ai_app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_components/test_ai_app.py b/tests/test_components/test_ai_app.py index 6eeefcbe3..e5ae37dab 100644 --- a/tests/test_components/test_ai_app.py +++ b/tests/test_components/test_ai_app.py @@ -165,6 +165,7 @@ def test_update_app_plan_non_existent_path(self): @pytest_mark_class("llm") class TestUpdatePlan: + @pytest.mark.flaky(max_runs=3) def test_keep_app_plan(self): app = AIApplication( name="Zoo planner app",