Commit 85794cd
committed
fix(ci): exclude LongIndexingBroadcastTest from CI (HighMemory)
LongIndexingBroadcastTest iterates over 2.36 billion elements per test.
Even though memory is minimal (broadcast arrays), TUnit runs tests in
parallel, causing excessive CPU/memory pressure that triggers the
OOM killer on Ubuntu CI runners.
Mark class with [HighMemory] to exclude from CI.1 parent d643481 commit 85794cd
1 file changed
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
0 commit comments