Commit e14dbbe
committed
test: skip the macOS-only ios-project-service suites off darwin
Four suites in this file guard their bodies with a darwin check, so on any
other platform the describe registers no tests at all. Mocha accepts an empty
suite silently - which is why the Linux CI count is 1501 against 1514 locally,
with nothing to indicate the difference - but vitest treats one as an error.
Gating the suite instead of the body fixes it without touching the bodies: an
empty suite is tolerated when it is skipped.1 parent 38f78f7 commit e14dbbe
1 file changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
272 | 278 | | |
273 | 279 | | |
274 | 280 | | |
| |||
657 | 663 | | |
658 | 664 | | |
659 | 665 | | |
660 | | - | |
| 666 | + | |
661 | 667 | | |
662 | 668 | | |
663 | 669 | | |
| |||
978 | 984 | | |
979 | 985 | | |
980 | 986 | | |
981 | | - | |
| 987 | + | |
982 | 988 | | |
983 | 989 | | |
984 | 990 | | |
| |||
1107 | 1113 | | |
1108 | 1114 | | |
1109 | 1115 | | |
1110 | | - | |
| 1116 | + | |
1111 | 1117 | | |
1112 | 1118 | | |
1113 | 1119 | | |
| |||
0 commit comments