Skip to content

Commit 8aac9cd

Browse files
committed
[ACTP] keep process-manager tests Unix-only
1 parent f035d32 commit 8aac9cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/privateactionrunner/par-control/src/procmgr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ impl ExecutorLifecycle for ProcmgrLifecycle {
182182
}
183183
}
184184

185-
#[cfg(test)]
185+
#[cfg(all(test, unix))]
186186
mod tests {
187187
use super::*;
188188
use crate::test_support::{FakeProcmgr, serve_procmgr};

0 commit comments

Comments
 (0)