We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4f978 commit f025cb0Copy full SHA for f025cb0
tests/test_web/test_module.py
@@ -50,6 +50,7 @@ def ShowCurrentComponent():
50
await display.page.wait_for_selector("#unmount-flag", state="attached")
51
52
53
+@pytest.mark.flaky(reruns=3)
54
async def test_module_from_url(browser):
55
app = Sanic("test_module_from_url")
56
0 commit comments