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 06510d3 commit e34588bCopy full SHA for e34588b
tests/e2e_tests/test_substrate_addons.py
@@ -54,7 +54,8 @@ def test_retry_sync_substrate(single_local_chain):
54
55
@pytest.mark.skip(
56
"There's an issue with this running in the GitHub runner, "
57
- "where it seemingly cannot connect to the docker container."
+ "where it seemingly cannot connect to the docker container. "
58
+ "It does run locally, however."
59
)
60
def test_retry_sync_substrate_max_retries(docker_containers):
61
time.sleep(10)
0 commit comments