Skip to content

Commit f025cb0

Browse files
committed
Allow test_module_from_url to rerun
1 parent 9d4f978 commit f025cb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_web/test_module.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def ShowCurrentComponent():
5050
await display.page.wait_for_selector("#unmount-flag", state="attached")
5151

5252

53+
@pytest.mark.flaky(reruns=3)
5354
async def test_module_from_url(browser):
5455
app = Sanic("test_module_from_url")
5556

0 commit comments

Comments
 (0)