Skip to content

Commit 7fb0ebb

Browse files
committed
fixup! Add back tests that were deleted
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 095c814 commit 7fb0ebb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/hyperlight_host/src/sandbox/initialized_multi_use.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -393,12 +393,8 @@ mod tests {
393393
#[test]
394394
// TODO: Investigate why this test fails with an incorrect error when run alongside other tests
395395
#[ignore]
396+
#[cfg(target_os = "linux")]
396397
fn test_violate_seccomp_filters() -> Result<()> {
397-
if cfg!(target_os = "windows") {
398-
// This test is not applicable on Windows as seccomp is a Linux-specific feature.
399-
return Ok(());
400-
}
401-
402398
if !is_hypervisor_present() {
403399
panic!("Panic on create_multi_use_sandbox because no hypervisor is present");
404400
}

0 commit comments

Comments
 (0)