From 56069cda7897afdd0ae2478825845c7a7308c878 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Fri, 15 Sep 2023 13:09:54 -0700 Subject: [PATCH] ci: denylist empty_skb temporary The fix is in bpf tree. Needs to be merged to bpf-next, on which libbpf CI is tested. Signed-off-by: Andrii Nakryiko --- ci/vmtest/configs/DENYLIST-latest | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/vmtest/configs/DENYLIST-latest b/ci/vmtest/configs/DENYLIST-latest index 1984883..a2f95da 100644 --- a/ci/vmtest/configs/DENYLIST-latest +++ b/ci/vmtest/configs/DENYLIST-latest @@ -1,4 +1,5 @@ decap_sanity # weird failure with decap_sanity_ns netns already existing, TBD +empty_skb # waiting the fix in bpf tree to make it to bpf-next bpf_nf/tc-bpf-ct # test consistently failing on x86: https://github.com/libbpf/libbpf/pull/698#issuecomment-1590341200 bpf_nf/xdp-ct # test consistently failing on x86: https://github.com/libbpf/libbpf/pull/698#issuecomment-1590341200 kprobe_multi_bench_attach # suspected to cause crashes in CI