File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,9 +99,6 @@ extra-dependencies = [
9999
100100]
101101matrix-name-format = " {variable}-{value}"
102- # TODO: Remove the `retries` value once we fix flakiness of `test_sync_form_events`
103- # https://github.com/reactive-python/reactpy-django/issues/272
104- retries = 5
105102
106103# Django 4.2
107104[[tool .hatch .envs .hatch-test .matrix ]]
Original file line number Diff line number Diff line change @@ -799,6 +799,9 @@ def test_model_form(self):
799799 finally :
800800 os .environ .pop ("DJANGO_ALLOW_ASYNC_UNSAFE" )
801801
802+ # TODO: Remove the `reruns` value once we fix flakiness of `test_sync_form_events`
803+ # https://github.com/reactive-python/reactpy-django/issues/272
804+ @pytest .mark .flaky (reruns = 5 )
802805 @navigate_to_page ("/form/sync_event/" )
803806 def test_sync_form_events (self ):
804807 self .page .wait_for_selector ("form" )
You can’t perform that action at this time.
0 commit comments