Skip to content

Commit f1a4d0c

Browse files
committed
library: std: process: skip tests on Hermit
Hermit does not yet support spawning processes.
1 parent 8d50bcc commit f1a4d0c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/std/src/process.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
target_env = "sgx",
157157
target_os = "xous",
158158
target_os = "trusty",
159+
target_os = "hermit",
159160
))
160161
))]
161162
mod tests;

0 commit comments

Comments
 (0)