Commit bee8aa0
authored
docs: allow musl-specific test skips (#536)
## Motivation
An upcoming Vitest browser-mode test uses `@playwright/browser-chromium`, which does not support Linux musl. The current cross-platform testing guidance prohibits every platform-specific test skip, leaving no documented exception for this unavailable dependency.
Clarify that this test may be skipped on musl while keeping the broader macOS, Linux, and Windows testing expectations unchanged. The exception remains limited to musl targets where an essential dependency or required platform capability is unavailable and documented.1 parent 7840fe8 commit bee8aa0
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments