Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions crates/sandbox-manager/tests/manager_router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ use sandbox_manager::{
};
use sandbox_operation_catalog::{
internal,
#[cfg(unix)]
manager::EXPORT_CHANGES_SPEC,
observability::{CGROUP_SPEC, DAEMON_SPEC, SNAPSHOT_SPEC},
routes,
runtime::{
Expand All @@ -28,6 +26,9 @@ use sandbox_operation_contract::{
};
use serde_json::{json, Value};

#[cfg(unix)]
use sandbox_operation_catalog::manager::EXPORT_CHANGES_SPEC;

struct FakeRuntime {
counters_available: bool,
resource_batches: AtomicU64,
Expand Down
Loading