Skip to content

Commit

Permalink
ci: temporary disable very flaky test
Browse files Browse the repository at this point in the history
Disable "migrate_reuseport/IPv4 TCP_NEW_SYN_RECV reqsk_timer_handler"
test that recently became very flaky, causing a lot of CI churn.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
  • Loading branch information
anakryiko committed Mar 21, 2024
1 parent f6f864c commit 6cb84a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/vmtest/configs/DENYLIST
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ test_ima # All of CI is broken on it following 6.3-rc1 merge
lwt_reroute # crashes kernel after netnext merge from 2ab1efad60ad "net/sched: cls_api: complement tcf_tfilter_dump_policy"
tc_links_ingress # started failing after net-next merge from 2ab1efad60ad "net/sched: cls_api: complement tcf_tfilter_dump_policy"
xdp_bonding/xdp_bonding_features # started failing after net merge from 359e54a93ab4 "l2tp: pass correct message length to ip6_append_data"
tc_redirect/tc_redirect_dtime # uapi breakage after net-next commit 885c36e59f46 ("net: Re-use and set mono_delivery_time bit for userspace tstamp packets")
tc_redirect/tc_redirect_dtime # uapi breakage after net-next commit 885c36e59f46 ("net: Re-use and set mono_delivery_time bit for userspace tstamp packets")
migrate_reuseport/IPv4 TCP_NEW_SYN_RECV reqsk_timer_handler # flaky, under investigation

0 comments on commit 6cb84a7

Please sign in to comment.