Skip to content

Commit 755f7e3

Browse files
authored
ci(l1): skip flaky snap test. (#2520)
**Motivation** Snap test is flaky **Description** Issue created to reenable it: #2521
1 parent e7832a1 commit 755f7e3

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/pr-main_l1.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,11 @@ jobs:
174174
simulation: ethereum/sync
175175
test_pattern: ""
176176
ethrex_flags: "--syncmode full"
177-
- name: "Sync snap"
178-
simulation: ethereum/sync
179-
test_pattern: ""
180-
ethrex_flags: "--syncmode snap"
177+
# Flaky test, reenable when fixed
178+
# - name: "Sync snap"
179+
# simulation: ethereum/sync
180+
# test_pattern: ""
181+
# ethrex_flags: "--syncmode snap"
181182
steps:
182183
- name: Checkout sources
183184
uses: actions/checkout@v4

.github/workflows/pr-main_l2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- "crates/l2/**"
99
- "test_data/**"
10+
- "crates/blockchain/dev/**"
1011
- "crates/vm/levm/**"
1112
- ".github/workflows/pr-main_l2.yaml"
1213

.github/workflows/pr-main_l2_prover.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- "crates/l2/prover/**"
99
- "test_data/**"
10+
- "crates/blockchain/dev/**"
1011
- ".github/workflows/pr-main_l2_prover.yaml"
1112

1213
concurrency:

.github/workflows/pr-main_l2_prover_nightly.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths:
99
- "crates/l2/prover/**"
1010
- "test_data/**"
11+
- "crates/blockchain/dev/**"
1112
- "crates/vm/levm/**"
1213
- ".github/workflows/pr-main_l2_prover_nightly.yaml"
1314

0 commit comments

Comments
 (0)