Skip to content

Commit

Permalink
fix(e2e): run hooked_syscall e2e in all envs
Browse files Browse the repository at this point in the history
  • Loading branch information
OriGlassman authored and randomname21 committed Jun 17, 2024
1 parent 17a3b4e commit a81c1cd
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tests/e2e-inst-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,6 @@ for TEST in $TESTS; do
info "skip hooked_syscall test, no kernel headers"
continue
fi
if [[ "$KERNEL" == *"amzn"* ]]; then
info "skip hooked_syscall test in amazon linux"
continue
fi
if [[ $ARCH == "aarch64" ]]; then
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
;;
esac
Expand Down

0 comments on commit a81c1cd

Please sign in to comment.