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 5ec1cba commit 06510d3Copy full SHA for 06510d3
tests/e2e_tests/test_substrate_addons.py
@@ -52,6 +52,10 @@ def test_retry_sync_substrate(single_local_chain):
52
time.sleep(2)
53
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."
58
+)
59
def test_retry_sync_substrate_max_retries(docker_containers):
60
time.sleep(10)
61
with RetrySyncSubstrate(
0 commit comments