Skip to content

Commit

Permalink
Fix MacOS CI race condition (#2176)
Browse files Browse the repository at this point in the history
  • Loading branch information
domenukk authored May 13, 2024
1 parent 6b76b6e commit 667ce32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libafl/src/executors/inprocess_fork/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,13 +363,15 @@ pub mod child_signal_handlers {
#[cfg(test)]
mod tests {
use libafl_bolts::tuples::tuple_list;
use serial_test::serial;

use crate::{
executors::{inprocess_fork::GenericInProcessForkExecutorInner, Executor, ExitKind},
inputs::NopInput,
};

#[test]
#[serial]
#[cfg_attr(miri, ignore)]
#[cfg(all(feature = "std", feature = "fork", unix))]
fn test_inprocessfork_exec() {
Expand Down

0 comments on commit 667ce32

Please sign in to comment.