Skip to content

Commit 06510d3

Browse files
committed
Skip test that doesn't run in GHA
1 parent 5ec1cba commit 06510d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/e2e_tests/test_substrate_addons.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ def test_retry_sync_substrate(single_local_chain):
5252
time.sleep(2)
5353

5454

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+
)
5559
def test_retry_sync_substrate_max_retries(docker_containers):
5660
time.sleep(10)
5761
with RetrySyncSubstrate(

0 commit comments

Comments
 (0)