ci: don't run test_maps in libbpf CI

It crashes often, it doesn't really test libbpf much.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
Andrii Nakryiko
2022-12-06 13:41:16 -08:00
parent 8846dc7a20
commit 1e479aec4f

View File

@@ -78,7 +78,7 @@ cd ${PROJECT_NAME}/selftests/bpf
if [ $# -eq 0 ]; then
test_progs
test_progs_no_alu32
test_maps
# test_maps
test_verifier
else
for test_name in "$@"; do