mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-05 16:19: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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user