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

(cherry picked from commit d026da4a1b)

Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net>
This commit is contained in:
mergify[bot]
2021-01-29 11:07:54 -08:00
committed by GitHub
parent cb878f2ea8
commit 5ba8b4884b
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() {