Commit c485cb8
authored
chore: Deflake e2e_l1_publisher test (#19203)
We were getting errors stopping anvil at the end of some tests. This
adds a try/catch around stopping anvil, and initializes each anvil
instance in a different port to prevent a test from bleeding into the
next if an anvil stop actually fails.
Failed test run: http://ci.aztec-labs.com/109d17afbdad557dFile tree
1 file changed
+5
-3
lines changed- yarn-project/end-to-end/src/e2e_l1_publisher
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
| 166 | + | |
165 | 167 | | |
166 | | - | |
| 168 | + | |
167 | 169 | | |
168 | 170 | | |
169 | 171 | | |
| |||
299 | 301 | | |
300 | 302 | | |
301 | 303 | | |
302 | | - | |
303 | | - | |
| 304 | + | |
| 305 | + | |
304 | 306 | | |
305 | 307 | | |
306 | 308 | | |
| |||
0 commit comments