Ignore syscalls which are not registered in cached rbpf executable. (#14898)

This commit is contained in:
Alexander Meißner
2021-01-29 12:30:10 +01:00
committed by GitHub
parent 996a27d475
commit d026da4a1b
2 changed files with 66 additions and 53 deletions

View File

@ -2142,7 +2142,6 @@ fn test_program_upgradeable_locks() {
}
}
#[ignore]
#[cfg(feature = "bpf_rust")]
#[test]
fn test_program_bpf_syscall_feature_activation() {