Skip to content

Commit

Permalink
Added flaky tests mark to AsyncioBackend's functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia committed Apr 6, 2024
1 parent 8e28df8 commit 2da0c5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class ExceptionCaughtDict(TypedDict, total=False):


@pytest.mark.asyncio
@pytest.mark.flaky(retries=3, delay=0)
class TestAsyncioBackend:
@pytest.fixture
@staticmethod
Expand Down

0 comments on commit 2da0c5e

Please sign in to comment.