Skip to content

Commit

Permalink
fix(e2e): run hooked_syscall on v6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
OriGlassman authored and yanivagman committed Jun 18, 2024
1 parent 0a58b99 commit 4fc1bbb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/e2e-inst-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ for TEST in $TESTS; do
info "skip hooked_syscall test in aarch64"
continue
fi
if [[ "$VERSION_CODENAME" == "mantic" ]]; then
# https://github.com/aquasecurity/tracee/issues/3628
info "skip hooked_syscall in mantic 6.5 kernel, broken"
continue
fi
"${TESTS_DIR}"/hooked_syscall.sh
;;
FTRACE_HOOK)
Expand Down

0 comments on commit 4fc1bbb

Please sign in to comment.