From 2e5f70dea8d06eb2a21630d1361ced8e7a74d37b Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sat, 21 Jan 2023 02:07:17 -0500 Subject: [PATCH] Add note about test not working --- src/lib/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/lib.rs b/src/lib/lib.rs index 773ea16..d9b846a 100644 --- a/src/lib/lib.rs +++ b/src/lib/lib.rs @@ -98,7 +98,9 @@ mod tests { fs_dirs: "fs/dirs", process_args: "process/args", process_env: "process/env", - process_exit: "process/exit", + // NOTE: This test does not currently work, it will exit the entire + // process, meaning it will also exit our test runner and skip testing + // process_exit: "process/exit", process_spawn: "process/spawn", net_request_codes: "net/request/codes", net_request_methods: "net/request/methods",