Rollup merge of #153293 - Gelbpunkt:skip-process-tests-hermit, r=joboet

library: std: process: skip tests on Hermit

Hermit does not yet support spawning processes.
This commit is contained in:
Jonathan Brouwer
2026-03-02 20:10:37 +01:00
committed by GitHub
+1
View File
@@ -156,6 +156,7 @@
target_env = "sgx",
target_os = "xous",
target_os = "trusty",
target_os = "hermit",
))
))]
mod tests;