Open
Description
Currently skip_on_os()
only supports Windows, Linux, macOS, and Solaris.
Lines 155 to 160 in 30f5b11
The OS is Emscripten in R builds for WASM such as WebR and xeus-r distributed on Emscripten-forge.
> Sys.info()[["sysname"]]
[1] "Emscripten"
Since testthat seems to work on WebR, it would be useful if skip_on_os()
could also recognize Emscripten.
Metadata
Metadata
Assignees
Labels
No labels