ci: skip two tests failing due to kernel bug

Add lwt_reroute and tc_links_ingress to DENYLIST, as they are currently
broken due to kernel bug. Fix is underreview and should make it into
bpf-next soon.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
Andrii Nakryiko
2024-01-04 15:47:02 -08:00
committed by Andrii Nakryiko
parent feabd96e00
commit f81eef23b3

View File

@@ -7,3 +7,6 @@ find_vma # test consistently fails on latest kernel, see https://github.com/libb
bpf_cookie/perf_event
send_signal/send_signal_nmi
send_signal/send_signal_nmi_thread
lwt_reroute # crashes kernel, fix pending upstream
tc_links_ingress # fails, same fix is pending upstream