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 095c814 commit 7fb0ebbCopy full SHA for 7fb0ebb
src/hyperlight_host/src/sandbox/initialized_multi_use.rs
@@ -393,12 +393,8 @@ mod tests {
393
#[test]
394
// TODO: Investigate why this test fails with an incorrect error when run alongside other tests
395
#[ignore]
396
+ #[cfg(target_os = "linux")]
397
fn test_violate_seccomp_filters() -> Result<()> {
- 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
-
402
if !is_hypervisor_present() {
403
panic!("Panic on create_multi_use_sandbox because no hypervisor is present");
404
}
0 commit comments