mirror of
https://github.com/lune-org/lune.git
synced 2024-12-13 05:20:37 +00:00
Add note about test not working
This commit is contained in:
parent
63989af21f
commit
2e5f70dea8
1 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue