From ec6f716eda43fd0f4b865ddcebe0ce8cb56bf445 Mon Sep 17 00:00:00 2001 From: Manu Bretelle Date: Thu, 15 Jun 2023 15:06:47 -0700 Subject: [PATCH] ci: Add bpf_nf/{xdp,tc-bpf}-ct to denylist for x86 This test is consistently failing on x86 for unknown reasons. Signed-off-by: Manu Bretelle --- ci/vmtest/configs/DENYLIST-latest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/vmtest/configs/DENYLIST-latest b/ci/vmtest/configs/DENYLIST-latest index ebebe9f..1f7f470 100644 --- a/ci/vmtest/configs/DENYLIST-latest +++ b/ci/vmtest/configs/DENYLIST-latest @@ -1 +1,3 @@ decap_sanity # weird failure with decap_sanity_ns netns already existing, TBD +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