Skip to content

Commit

Permalink
flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
chamini2 committed Oct 30, 2024
1 parent 4e0628c commit b5f3f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/fal/tests/test_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit b5f3f42

Please sign in to comment.