We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecffd72 commit 0fe3111Copy full SHA for 0fe3111
src/hyperlight_host/src/mem/mgr.rs
@@ -809,7 +809,7 @@ impl SandboxMemoryManager<HostSharedMemory> {
809
mod tests {
810
use hyperlight_testing::rust_guest_as_pathbuf;
811
use serde_json::to_string;
812
- #[cfg(target_os = "windows")]
+ #[cfg(all(target_os = "windows", inprocess))]
813
use serial_test::serial;
814
815
use super::SandboxMemoryManager;
@@ -848,7 +848,7 @@ mod tests {
848
}
849
850
851
852
#[test]
853
#[serial]
854
fn load_guest_binary_using_load_library() {
0 commit comments