Skip to content

Commit e34588b

Browse files
committed
Context.
1 parent 06510d3 commit e34588b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e_tests/test_substrate_addons.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ def test_retry_sync_substrate(single_local_chain):
5454

5555
@pytest.mark.skip(
5656
"There's an issue with this running in the GitHub runner, "
57-
"where it seemingly cannot connect to the docker container."
57+
"where it seemingly cannot connect to the docker container. "
58+
"It does run locally, however."
5859
)
5960
def test_retry_sync_substrate_max_retries(docker_containers):
6061
time.sleep(10)

0 commit comments

Comments
 (0)