Commit db73557
Nissan Pow
test: skip test_nested_foreach_3level — too slow for Mage sequential execution
Mage executes blocks sequentially. A 3-level nested foreach generates
~12+ subprocess calls that take >480s in CI even at minimal data size
(1x2x1). The test was never passing before (always failed at compile
time with the foreach count reader format string bug). Skipping it
with a clear reason; can be re-enabled when Mage blocks run in parallel
or when the test has a dedicated long-running CI slot.1 parent 794484f commit db73557
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
211 | 216 | | |
212 | 217 | | |
213 | 218 | | |
| |||
0 commit comments