Commit 83b4439
authored
chore(ci): attempt to fix rare flake (#16635)
I'm assuming this is a very rare time-of-check-vs-time-of-use race
condition
```
stat: cannot statx '/tmp/b14e7e9201f291bc': No such file or directory
/home/aztec-dev/aztec-packages/ci3/run_test_cmd: line 108: 1756344688 - : syntax error: operand expected (error token is "- ")
```
in
http://ci.aztec-labs.com/8927398b96150dd11 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
0 commit comments