File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,9 +99,6 @@ extra-dependencies = [
99
99
100
100
]
101
101
matrix-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
105
102
106
103
# Django 4.2
107
104
[[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):
799
799
finally :
800
800
os .environ .pop ("DJANGO_ALLOW_ASYNC_UNSAFE" )
801
801
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 )
802
805
@navigate_to_page ("/form/sync_event/" )
803
806
def test_sync_form_events (self ):
804
807
self .page .wait_for_selector ("form" )
You can’t perform that action at this time.
0 commit comments