diff --git a/projects/fal/tests/test_apps.py b/projects/fal/tests/test_apps.py index 4a6fa73b..3b85ef27 100644 --- a/projects/fal/tests/test_apps.py +++ b/projects/fal/tests/test_apps.py @@ -418,6 +418,7 @@ def test_stateful_app_client(test_stateful_app: str): assert response["result"] == 0 +@pytest.mark.flaky(max_runs=3) def test_app_cancellation(test_app: str, test_cancellable_app: str): request_handle = apps.submit( test_cancellable_app, arguments={"lhs": 1, "rhs": 2, "wait_time": 10}