Skip to content

Commit

Permalink
mark test as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Oct 15, 2023
1 parent 512d932 commit 6a8b756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_components/test_ai_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6a8b756

Please sign in to comment.