Skip to content

Commit

Permalink
make tests illumos only
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjstone committed Mar 20, 2024
1 parent 67bd1fc commit b7c1d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sled-agent/src/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ impl InstanceRunner {
}
}

#[cfg(test)]
#[cfg(all(test, target_os = "illumos"))]
mod tests {
use super::*;
use crate::fakes::nexus::{FakeNexusServer, ServerContext};
Expand Down

0 comments on commit b7c1d67

Please sign in to comment.