mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-23 17:59:06 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user