Skip to content

Commit

Permalink
Mark flaky: test_asyncresult_get_cancels_subscription() (#8757)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Jan 6, 2024
1 parent 9507110 commit f957397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/integration/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ def test_asyncresult_forget_cancels_subscription(self, manager):
new_channels = [channel for channel in get_active_redis_channels() if channel not in channels_before_test]
assert new_channels == []

@flaky
def test_asyncresult_get_cancels_subscription(self, manager):
channels_before_test = get_active_redis_channels()

Expand Down

0 comments on commit f957397

Please sign in to comment.