Skip to content

Commit 37498c6

Browse files
authored
ci(l1): comment flaky snap sync test (#2672)
**Motivation** <!-- Why does this pull request exist? What are its goals? --> - Test is flaky in CI **Description** <!-- A clear and concise general description of the changes this PR introduces --> <!-- Link to issues: Resolves #111, Resolves #222 --> Closes #issue_number
1 parent cbe66e9 commit 37498c6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/pr-main_l1.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,11 @@ jobs:
169169
simulation: ethereum/sync
170170
test_pattern: ""
171171
ethrex_flags: "--syncmode full"
172-
- name: "Sync snap"
173-
simulation: ethereum/sync
174-
test_pattern: ""
175-
ethrex_flags: "--syncmode snap"
172+
# Flaky, reenable when fixed
173+
# - name: "Sync snap"
174+
# simulation: ethereum/sync
175+
# test_pattern: ""
176+
# ethrex_flags: "--syncmode snap"
176177
steps:
177178
- name: Checkout sources
178179
uses: actions/checkout@v4

0 commit comments

Comments
 (0)