From 1e479aec4f8dc1715923c5de87aa624e633b75c4 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Tue, 6 Dec 2022 13:41:16 -0800 Subject: [PATCH] ci: don't run test_maps in libbpf CI It crashes often, it doesn't really test libbpf much. Signed-off-by: Andrii Nakryiko --- ci/vmtest/run_selftests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/vmtest/run_selftests.sh b/ci/vmtest/run_selftests.sh index 1097141..1dcde76 100755 --- a/ci/vmtest/run_selftests.sh +++ b/ci/vmtest/run_selftests.sh @@ -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