From 645500dd7d2d6b5bb76e4c0375d597d4f0c4814e Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Fri, 10 Jun 2022 13:00:10 -0700 Subject: [PATCH] ci: blacklist mptcp test on s390x It is also blacklisted in kernel-patches CI. Signed-off-by: Andrii Nakryiko --- travis-ci/vmtest/configs/blacklist/BLACKLIST-latest.s390x | 1 + 1 file changed, 1 insertion(+) diff --git a/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest.s390x b/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest.s390x index 96f422e..e33cab3 100644 --- a/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest.s390x +++ b/travis-ci/vmtest/configs/blacklist/BLACKLIST-latest.s390x @@ -25,6 +25,7 @@ ksyms_module_libbpf # JIT does not support calling kernel f ksyms_module_lskel # test_ksyms_module_lskel__open_and_load unexpected error: -9 (?) modify_return # modify_return attach failed: -524 (trampoline) module_attach # skel_attach skeleton attach failed: -524 (trampoline) +mptcp kprobe_multi_test # relies on fentry netcnt # failed to load BPF skeleton 'netcnt_prog': -7 (?) probe_user # check_kprobe_res wrong kprobe res from probe read (?)