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-07 09:28:07 -08:00
parent 8846dc7a20
commit 1e479aec4f
+1 -1
View File
@@ -78,7 +78,7 @@ cd ${PROJECT_NAME}/selftests/bpf
if [ $# -eq 0 ]; then if [ $# -eq 0 ]; then
test_progs test_progs
test_progs_no_alu32 test_progs_no_alu32
test_maps # test_maps
test_verifier test_verifier
else else
for test_name in "$@"; do for test_name in "$@"; do