Skip to content

Commit

Permalink
add flaky dramatiq test
Browse files Browse the repository at this point in the history
  • Loading branch information
erikayasuda committed Dec 13, 2024
1 parent ef062e7 commit d359c08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/contrib/dramatiq/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ def fn_task():
unpatch()


# def test_my_flaky_test():
# r = random.randint(1, 10)
# assert r % 2 == 0
def test_my_flaky_test():
r = random.randint(1, 10)
assert r % 2 == 0

0 comments on commit d359c08

Please sign in to comment.